[DCAE/vesmapper] Remediation for Log4Shell vulnerability 45/126245/1 1.3.1
authorvv770d <vv770d@att.com>
Tue, 14 Dec 2021 23:45:02 +0000 (23:45 +0000)
committervv770d <vv770d@att.com>
Tue, 14 Dec 2021 23:45:07 +0000 (23:45 +0000)
Change-Id: Ic37ca7cb91793b3bfb6d132ea3cfedff2c2f32e8
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-3022

Changelog.md
UniversalVesAdapter/pom.xml
pom.xml
version.properties

index 6518d2f..c1e4124 100644 (file)
@@ -4,6 +4,8 @@ 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.1] - 2021/12/14
+         - [DCAEGEN2-3022] - Remediation for Log4Shell vulnerability
 
 ## [1.3.0] - 2021/08/26
        - [DCAEGEN2-2806] Mapper security vulnerability updates for Istanbul
index 1d9f955..111e2e2 100644 (file)
@@ -5,6 +5,7 @@
 * ================================================================================
 * Copyright 2018-2019 TechMahindra
 * Copyright (C) 2020 Huawei Technologies Co., Ltd.
+* Copyright (c) 2021 AT&T Intellectual Property. 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.
 
        <groupId>org.onap.dcaegen2.services.mapper.vesadapter</groupId>
        <artifactId>UniversalVesAdapter</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
 
        <parent>
                <groupId>org.onap.dcaegen2.services.mapper</groupId>
                <artifactId>mapper</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.1-SNAPSHOT</version>
        </parent>
 
        <properties>
                <dependency>
                        <groupId>org.apache.logging.log4j</groupId>
                        <artifactId>log4j-core</artifactId>
-                       <version>2.14.1</version>
+                       <version>2.16.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-api</artifactId>
+                       <version>2.16.0</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.groovy</groupId>
                        <url>https://repo.spring.io/libs-release</url>
                </pluginRepository>
        </pluginRepositories>
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index 43f7a5f..aece60e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,6 +5,7 @@
 * ================================================================================
 * Copyright 2018-2019 TechMahindra
 * Copyright (C) 2020 Huawei Technologies Co., Ltd.
+* Copyright (c) 2021 AT&T Intellectual Property. 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.
@@ -31,7 +32,7 @@
 
     <groupId>org.onap.dcaegen2.services.mapper</groupId>
     <artifactId>mapper</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>dcaegen2-services-mapper</name>
index f520c97..46bf259 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=3\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r