aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-01-05 11:02:36 +0000
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2022-01-05 11:02:36 +0000
commit7b3d88c0e6f7baeadb33cc70138c374cf665ad3f (patch)
tree977e2d574d801e2a6109f3d4158ffc10e2adec2d
parent4b57fd343378f0cc09f276a7bc0c20a3e4e18fa0 (diff)
cps-temporal upgrade log4j to 2.17.1
Issue-ID: CPS-841 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I707379d775437b0aa2d305881487f701a358bd4d
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 15c62a3..18fb936 100755
--- a/pom.xml
+++ b/pom.xml
@@ -76,12 +76,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
</dependencies>
</dependencyManagement>