From e7b362b61041aed0a02b2d4605459a15083f57d8 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Mon, 14 Feb 2022 12:05:20 +0100 Subject: Remove Vulnerabilities - Top up Spring to 2.5.9 - Top up spring-doc to 1.6.6 Issue-ID: SDC-3879 Signed-off-by: Tomasz Wrobel Change-Id: I0d75e93ff2f5f4de88982d860d25909be72a4d0b --- Changelog.md | 3 +++ pom.xml | 7 ++++--- version.properties | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8bd4326..dc3ce03 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.1] - 14/02/2022 +- SDC-3879 Fix Vulnerabilities + ## [1.3.0] - 20/12/2021 - SDC-3821 Align container image naming diff --git a/pom.xml b/pom.xml index 9bd72f3..8e680c4 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.sdc sdc-helm-validator - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT helmvalidator Spring-Boot application for validating helm charts @@ -20,7 +20,8 @@ yyyyMMdd'T'HHmmss 0.34.1 - 2.5.0 + 2.5.9 + 1.6.6 1.21 Dockerfile @@ -55,7 +56,7 @@ org.springdoc springdoc-openapi-ui - 1.5.7 + ${springdoc-openapi-ui.version} diff --git a/version.properties b/version.properties index 7d6815b..fee4928 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg