aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpdragosh <pd1248@att.com>2022-08-03 16:04:58 -0500
committerpdragosh <pd1248@att.com>2022-08-03 16:06:43 -0500
commit1f7e13887217e1ff5022358108194e3c378ffacf (patch)
treebac7a3ca2b0ffc5ba4b8c81f4557a7ff44ddeaaa
parent2e13a8bde9973ad7d920dfba5cc67151eab47a80 (diff)
upgrade log4j
Missing these exclusions and specifically settings log4j libraries. Matches Istanbul. Issue-ID: POLICY-4211 Change-Id: Ia0068c534744dbfb67b9bbd28a518fd2edf03a06 Signed-off-by: pdragosh <pd1248@att.com>
-rw-r--r--integration/pom.xml20
1 files changed, 19 insertions, 1 deletions
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 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.6</version>
+ <version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@@ -291,8 +291,26 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-to-slf4j</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>2.17.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-to-slf4j</artifactId>
+ <version>2.17.1</version>
+ </dependency>
<!-- AAF Client -->
<dependency>