From 1f7e13887217e1ff5022358108194e3c378ffacf Mon Sep 17 00:00:00 2001 From: pdragosh Date: Wed, 3 Aug 2022 16:04:58 -0500 Subject: upgrade log4j Missing these exclusions and specifically settings log4j libraries. Matches Istanbul. Issue-ID: POLICY-4211 Change-Id: Ia0068c534744dbfb67b9bbd28a518fd2edf03a06 Signed-off-by: pdragosh --- integration/pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'integration') 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 + -- cgit 1.2.3-korg