diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-05 12:46:27 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-05 12:50:20 +0000 |
commit | 1daae3e877d5446c7ec5dac4ca5f28ca1637e393 (patch) | |
tree | 01982c37d0ff2ece3c718effaa0267da70f1ac7e /integration | |
parent | 4767c0c530950580dedf3c6c249a27728817553e (diff) |
Update log4j version due to security vulnerability
SECCOM has recommended going to log4j 2.17.1.
Issue-ID: POLICY-3862
Change-Id: I804307f46de9e9f270bbc81b079f8621d1bcba0e
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-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 101e1ede..c53cbd0e 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"); @@ -360,7 +360,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> |