From 983510777aead2f8827c5f74fa54193884ef79aa Mon Sep 17 00:00:00 2001 From: niamhcore Date: Wed, 15 Dec 2021 11:23:56 +0000 Subject: Update log4j version due to security vulnerability for NCMP-DMI 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: I2694cdc66449a9634dfe726b39736a8b0ba67e5a --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 43f708fa..01073189 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,16 @@ pom import + + org.apache.logging.log4j + log4j-api + 2.16.0 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.16.0 + -- cgit 1.2.3-korg