From b689ba5b6ee5838371ee385074fdb1766ad66d8c Mon Sep 17 00:00:00 2001 From: niamhcore Date: Wed, 15 Dec 2021 13:05:08 +0000 Subject: [PATCH] Update log4j version due to security vulnerability for CPS This change excludes old log4j libraries and includes newer versions that are not tagged with a security vulnerability. Issue-ID: CPS-820 Signed-off-by: niamhcore Change-Id: I4b5a950b7f9abafa3a3fe56200ad577ed01d9934 (cherry picked from commit cf6c2e8ac2076439fd5d3bd64587658e123c0428) --- cps-dependencies/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 3c48f595d6..737b9b74ab 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -168,6 +168,16 @@ 0.18.0 test + + org.apache.logging.log4j + log4j-api + 2.16.0 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.16.0 + -- 2.16.6