summaryrefslogtreecommitdiffstats
path: root/plugins/grToolkit/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-01-03 16:50:16 -0500
committerDan Timoney <dtimoney@att.com>2022-01-03 16:50:16 -0500
commit8cf6ea0dae753abdcff7f6ec88df9d467acd0eae (patch)
treed307e9ccb5fe90d36f83ec983e6e89259516501a /plugins/grToolkit/provider/pom.xml
parent8c0806fea85313f7ceab21e7f3c8a584f69a0b9b (diff)
Upgrade to log4j2 2.17.1
Update to use version 2.17.1 to resolve log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7ee0f1634648ff9f9bcb3c4be8b3c2fb09d6cce6
Diffstat (limited to 'plugins/grToolkit/provider/pom.xml')
-rwxr-xr-xplugins/grToolkit/provider/pom.xml27
1 files changed, 26 insertions, 1 deletions
diff --git a/plugins/grToolkit/provider/pom.xml b/plugins/grToolkit/provider/pom.xml
index 9d8def3f5..448fd5426 100755
--- a/plugins/grToolkit/provider/pom.xml
+++ b/plugins/grToolkit/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.2.3</version>
+ <version>2.2.4</version>
<relativePath/>
</parent>
@@ -83,6 +83,31 @@
<version>1.2.4.RELEASE</version>
<scope>test</scope>
</dependency>
+ <!-- log4j dependencies are needed to override derived version in wiremock -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-to-slf4j</artifactId>
+ <scope>test</scope>
+ <version>${log4j2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ <scope>test</scope>
+ <version>${log4j2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <scope>test</scope>
+ <version>${log4j2.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <scope>test</scope>
+ <version>${log4j2.version}</version>
+ </dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>