summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2022-01-18 22:04:55 +0000
committervv770d <vv770d@att.com>2022-01-19 14:44:03 +0000
commit26895c4a3a0fbeabc8dc8b16b942158d6a86c91b (patch)
tree727c22d7618622593e165c235a2201c89c66a408 /pom.xml
parent7a85ea009149edc8aff260d559debbd45af02b03 (diff)
Remediation for Log4Shell vulnerability
Upgrade log4j to 2.17.1 Change-Id: Id8b9978d2d79e82adc183a8e7e9565b68905bb87 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3022 (cherry picked from commit ca168146e760801c7fc2f810cc05a7a092b74bdf) Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index a2673cc..fce456e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
-================================================================================
-Copyright (c) 2019,2021 AT&T. All rights reserved.
-Copyright (c) 2022 Huawei. All rights reserved.
+============LICENSE_START=======================================================
+Copyright (c) 2019,2022 Huawei. All rights reserved.
+Copyright (c) 2019,2021-2022 AT&T. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -383,12 +383,12 @@ limitations under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.16.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>