From 8547822bc047ec0b369975d5e50d1d597072006a Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 16 Dec 2021 13:01:26 +0000 Subject: 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: I5003d29c90b418bed6db76ba6717175ead82a796 Signed-off-by: liamfallon --- integration/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 3111d2bc..6053e61a 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -324,6 +324,14 @@ io.springfox springfox-boot-starter + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-to-slf4j + @@ -331,6 +339,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 + -- cgit 1.2.3-korg