From: pdragosh Date: Wed, 3 Aug 2022 21:04:58 +0000 (-0500) Subject: upgrade log4j X-Git-Tag: 3.3.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1f7e13887217e1ff5022358108194e3c378ffacf;p=policy%2Fparent.git upgrade log4j Missing these exclusions and specifically settings log4j libraries. Matches Istanbul. Issue-ID: POLICY-4211 Change-Id: Ia0068c534744dbfb67b9bbd28a518fd2edf03a06 Signed-off-by: pdragosh --- diff --git a/integration/pom.xml b/integration/pom.xml index 067dd911..0bb81d17 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -237,7 +237,7 @@ com.google.code.gson gson - 2.8.6 + 2.8.9 org.json @@ -291,8 +291,26 @@ io.springfox springfox-boot-starter + + org.apache.logging.log4j + log4j-api + + + org.apache.logging.log4j + log4j-to-slf4j + + + org.apache.logging.log4j + log4j-api + 2.17.1 + + + org.apache.logging.log4j + log4j-to-slf4j + 2.17.1 +