From: niamhcore Date: Wed, 15 Dec 2021 11:23:56 +0000 (+0000) Subject: Update log4j version due to security vulnerability for NCMP-DMI X-Git-Tag: 1.1.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=983510777aead2f8827c5f74fa54193884ef79aa;p=cps%2Fncmp-dmi-plugin.git 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 --- 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 +