aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-12-16 08:14:27 +0000
committerNiranjana Y <niranjana.y60@wipro.com>2021-12-16 10:49:43 +0000
commite4964e1fc514dda28ab0647f23ff8f38b67ec37a (patch)
tree9e5f9ac772bd2bc62e081135702b67e89d664aa7
parentb2f16a955d9fcd451a312aca8930658944b3fc60 (diff)
Update log4j version due to security vulnerability.
Issue-ID: CPS-820 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ifd1e61aa72b34a17177e02bd76ef193ebca97532
-rw-r--r--cps-tbdmt-dependencies/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/cps-tbdmt-dependencies/pom.xml b/cps-tbdmt-dependencies/pom.xml
index 468dd7d..2a87140 100644
--- a/cps-tbdmt-dependencies/pom.xml
+++ b/cps-tbdmt-dependencies/pom.xml
@@ -114,6 +114,16 @@
<version>${openpojo.version}</version>
<scope>test</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>
</project>