From d692ade1f1b0450dce44864805492885b2d79c35 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Tue, 23 Aug 2022 16:36:36 +0200 Subject: Fix ves-openapi-manager vulnerabilities - Update spring to version 2.7.2 - Update jackson-databind to version 2.13.3 Issue-ID: DCAEGEN2-3215 Signed-off-by: Tomasz Wrobel Change-Id: I3e48d930424712d17cec3d1a01b55c14dcf23deb --- Changelog.md | 5 +++++ pom.xml | 25 ++++++++++++++++++++++--- version.properties | 2 +- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index dfd7cc1..38f651f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ 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.2.0] - 2022/08/19 + - [DCAEGEN2-3215](https://jira.onap.org/browse/DCAEGEN2-3215) + - Update spring to version 2.7.2 + - Update jackson-databind to version 2.13.3 + ## [1.1.0] - 2021/03/01 - [DCAEGEN2-3092](https://jira.onap.org/browse/DCAEGEN2-3092) - Update spring to version 2.6.4 diff --git a/pom.xml b/pom.xml index 9045204..dfe02ed 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,23 @@ + @@ -13,7 +32,7 @@ org.onap.dcaegen2.platform.ves-openapi-manager ves-openapi-manager - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT jar @@ -27,9 +46,9 @@ UTF-8 UTF-8 6.1.6.Final - 2.13.1 + 2.13.3 2.22.0 - 2.6.4 + 2.7.2 0.31.0 false https://nexus.onap.org diff --git a/version.properties b/version.properties index 7b8b963..00ef564 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg