summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md5
-rw-r--r--pom.xml10
2 files changed, 8 insertions, 7 deletions
diff --git a/Changelog.md b/Changelog.md
index f901c73..d17a970 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [1.3.0] - 2022/01/13
+## [1.3.0] - 2022/01/18
- [DCAEGEN2-2962] - Switch RESTCONF Collector to Integration base image
+ - [DCAEGEN2-3022] - Remediation for Log4Shell vulnerability (upgrade to 2.17.1)
## [1.2.6] - 2021/12/14
- - [DCAEGEN2-3022] - Remediation for Log4Shell vulnerability
+ - [DCAEGEN2-3022] - Remediation for Log4Shell vulnerability (upgrade to 2.16.0)
## [1.2.5] - 2021/03/19
### Fixed
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>