From 514df09462968920406877d6508027d72a9b957e Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Tue, 1 Mar 2022 12:43:23 +0100 Subject: Fix security vulnerabilities - update spring to version 2.6.4 - update jackson-databind to version 2.13.1 Issue-ID: DCAEGEN2-3092 Signed-off-by: Remigiusz Janeczek Change-Id: I130f7f16485b2059f9669f65d304ef9c91db56fe --- Changelog.md | 13 +++++++++---- pom.xml | 6 +++--- version.properties | 6 +++--- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2dbb287..dfd7cc1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,12 +4,17 @@ 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.0.0] - 16/02/2021 +## [1.1.0] - 2021/03/01 + - [DCAEGEN2-3092](https://jira.onap.org/browse/DCAEGEN2-3092) + - Update spring to version 2.6.4 + - Update jackson-databind to version 2.13.1 + +## [1.0.1] - 2021/02/23 + - [DCAEGEN2-2574](https://jira.onap.org/browse/DCAEGEN2-2574) - Add healthcheck controller + +## [1.0.0] - 2021/02/16 - [DCAEGEN2-2572](https://jira.onap.org/browse/DCAEGEN2-2572) - Add ves-openapi-manager implementation - [DCAEGEN2-2575](https://jira.onap.org/browse/DCAEGEN2-2575) - Remove Sonar code smells - [DCAEGEN2-2573](https://jira.onap.org/browse/DCAEGEN2-2573) - Update image building - [DCAEGEN2-2573](https://jira.onap.org/browse/DCAEGEN2-2573) - Add the suffix -SNAPSHOT to fix CI - [DCAEGEN2-2573](https://jira.onap.org/browse/DCAEGEN2-2573) - Fix groupId - -## [1.0.1] - 23/02/2021 - - [DCAEGEN2-2574](https://jira.onap.org/browse/DCAEGEN2-2574) - Add healthcheck controller diff --git a/pom.xml b/pom.xml index 1d36b2b..9045204 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.onap.dcaegen2.platform.ves-openapi-manager ves-openapi-manager - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT jar @@ -27,9 +27,9 @@ UTF-8 UTF-8 6.1.6.Final - 2.9.4 + 2.13.1 2.22.0 - 2.4.2 + 2.6.4 0.31.0 false https://nexus.onap.org diff --git a/version.properties b/version.properties index fdf525c..7b8b963 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=0 -patch=1 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg