diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-05 12:49:37 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-05 12:49:41 +0000 |
commit | 03a4a85272b9f564b24ae69a240d5faaece89e34 (patch) | |
tree | 42c5aa601cc3ebba0c6a9e205cf3dde462812304 /integration/pom.xml | |
parent | 8547822bc047ec0b369975d5e50d1d597072006a (diff) |
Update log4j version due to security vulnerability
SECCOM has recommended going to log4j 2.17.1.
Issue-ID: POLICY-3862
Change-Id: I486d89bc467f92c4ac8f43b57b3829aa459fc550
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 6053e61a..a02a3ea5 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2018-2021 AT&T. All rights reserved. - Modifications Copyright (C) 2019-2021 Nordix Foundation. + Modifications Copyright (C) 2019-2022 Nordix Foundation. Modifications Copyright (C) 2020-2021 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -342,7 +342,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.16.0</version> + <version>2.17.1</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> |