From 4b57fd343378f0cc09f276a7bc0c20a3e4e18fa0 Mon Sep 17 00:00:00 2001 From: niamhcore Date: Wed, 15 Dec 2021 11:44:41 +0000 Subject: [PATCH] Update log4j version due to security vulnerability for CPS Temporal 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: I209de398df3756d335e7fae4bf6ffb90fbfe334a --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 957be6c..15c62a3 100755 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,16 @@ pom import + + org.apache.logging.log4j + log4j-api + 2.16.0 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.16.0 + -- 2.16.6