From 0f2a5c43bea5be54400dc35e78ab559d1e926416 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 14 Dec 2021 16:09:06 +0000 Subject: [PATCH] Update log4j version due to security vulnerability This change excludes old log4j libraries and includes newer versions that are not tagged with a security vulnerability. Issue-ID: POLICY-3862 Change-Id: I92dea9bef6d207db92caa6eb0bc20f863c93b1be Signed-off-by: liamfallon --- integration/pom.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 6b4a5d6f..14e234d4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -37,7 +37,7 @@ 11 - 3.5.0 + 3.5.1-SNAPSHOT 1.2.3 1.1.12 2.0.9 @@ -52,7 +52,7 @@ 4.1.67.Final 2.5.0 1.0.0 - 3.7.3 + 3.13.0 9.0.45 5.11.2 2.8.8 @@ -342,6 +342,14 @@ io.springfox springfox-boot-starter + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-to-slf4j + @@ -349,6 +357,16 @@ json-smart 2.4.7 + + org.apache.logging.log4j + log4j-api + 2.16.0 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.16.0 + @@ -1284,4 +1302,4 @@ - \ No newline at end of file + -- 2.16.6