From: Mukesh Paliwal Date: Thu, 24 Jun 2021 04:20:22 +0000 (+0530) Subject: Mapper security vulnerability updates X-Git-Tag: 1.3.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F122408%2F2;p=dcaegen2%2Fservices%2Fmapper.git Mapper security vulnerability updates Issue-ID: DCAEGEN2-2806 Signed-off-by: Mukesh Paliwal Change-Id: Id4ac49385838e1be20263002da1bcc666c1839a0 --- diff --git a/Changelog.md b/Changelog.md index b3cd5c9..e3a0026 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ 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] - 05/07/2021 +### Changed + - [DCAEGEN2-2806](https://jira.onap.org/browse/DCAEGEN2-2806) - Mapper security vulnerability updates for Istanbul + ## [1.2.0] - 08/02/2021 ### Changed - [DCAEGEN2-2596](https://jira.onap.org/browse/DCAEGEN2-2596) - Honolulu Vulnerability updates diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml index 5488f3f..b5b04fc 100644 --- a/UniversalVesAdapter/pom.xml +++ b/UniversalVesAdapter/pom.xml @@ -27,13 +27,13 @@ org.onap.dcaegen2.services.mapper.vesadapter UniversalVesAdapter - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT org.onap.dcaegen2.services.mapper mapper - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT @@ -197,12 +197,12 @@ org.apache.logging.log4j log4j-core - 2.13.3 + 2.14.1 org.codehaus.groovy groovy-all - 2.4.14 + 2.4.21 com.jayway.jsonpath @@ -242,7 +242,7 @@ com.thoughtworks.xstream xstream - 1.4.11.1 + 1.4.16 diff --git a/pom.xml b/pom.xml index 507bbd4..43f7a5f 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.dcaegen2.services.mapper mapper - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom dcaegen2-services-mapper @@ -68,7 +68,7 @@ 2.2.0 2.2.0 - 4.5.6 + 4.5.13 3.5 1.0.0 diff --git a/version.properties b/version.properties index 07578e5..f520c97 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version}