From 2a8f247bba4bac9e78c987d2bb8438e805f06b6f Mon Sep 17 00:00:00 2001 From: vv770d Date: Wed, 23 Feb 2022 21:30:48 +0000 Subject: Vulnerability updates for RESTConf col ms Change-Id: I41fbf2ed8b3a865737a16752cdb77ab0ba047f28 Signed-off-by: vv770d Issue-ID: DCAEGEN2-3043 Signed-off-by: vv770d --- Changelog.md | 3 +++ pom.xml | 15 +++++++++++---- version.properties | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8c8d5c7..2bfa26f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ 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.2] - 2022/02/23 + - [DCAEGEN2-3043] - Vulnerability updates for J release (gson, logback-core) + ## [1.3.1] - 2022/01/20 - [DCAEGEN2-2857] - RESTConf - Switch CBS client library to 1.8.7 or higher diff --git a/pom.xml b/pom.xml index d0ba10b..9ef7d88 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.collectors.restconf restconfcollector - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT dcaegen2-collectors-restconf RestConfCollector @@ -48,7 +48,9 @@ limitations under the License. content/repositories/releases/ content/sites/site/org/onap/dcaegen2/collectors/restconf/${project.artifactId}/${project.version} yyyyMMdd'T'HHmmss - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -312,7 +314,7 @@ limitations under the License. com.google.code.gson gson - 2.8.6 + 2.8.9 org.json @@ -460,6 +462,11 @@ limitations under the License. jettison 1.3.7 + + ch.qos.logback + logback-core + 1.2.10 + org.junit.jupiter @@ -544,4 +551,4 @@ limitations under the License. http://maven.restlet.com - \ No newline at end of file + diff --git a/version.properties b/version.properties index fee4928..ef20baa 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg