aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniamhcore <niamh.core@est.tech>2021-12-15 11:44:41 +0000
committerNiamh Core <niamh.core@est.tech>2021-12-16 09:44:34 +0000
commitbac264633228c6176c661cb0487fb56e806b7503 (patch)
tree3218ae3d2ad220f09f69b283f611e8db4ac23d84
parent17d5b3736513094214b04478b35bb3b680ed69e3 (diff)
Update log4j version due to security vulnerability for CPS Temporal
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 <niamh.core@est.tech> Change-Id: I209de398df3756d335e7fae4bf6ffb90fbfe334a (cherry picked from commit 4b57fd343378f0cc09f276a7bc0c20a3e4e18fa0)
-rwxr-xr-xpom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 947eb87..d85b27e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-api</artifactId>
+ <version>2.16.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-to-slf4j</artifactId>
+ <version>2.16.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>