From 446889e337834556f9852f513a33d7622d065c07 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Mon, 2 Aug 2021 12:16:46 +0200 Subject: Fix Sdc Helm Validator vulnerabilities spring.version 2.4.3 -> 2.5.3 apache.commons.compress.version 1.20 -> 1.21 Issue-ID: SDC-3647 Signed-off-by: Joanna Jeremicz Change-Id: I33760924b3236b03144a53e26751cb5690f965c3 --- Changelog.md | 6 ++++++ pom.xml | 6 +++--- version.properties | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 836eb31..7f0502c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ 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.2] - 02/08/2021 + +- SDC-3647 Fix vulnerabilities + - spring.version 2.4.3 -> 2.5.3 + - apache.commons.compress.version 1.20 -> 1.21 + ## [1.2.1] - 07/06/2021 - Add logging validation response in debug mode diff --git a/pom.xml b/pom.xml index 96cf0ff..a3447b8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.sdc sdc-helm-validator - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT helmvalidator Spring-Boot application for validating helm charts @@ -20,8 +20,8 @@ yyyyMMdd'T'HHmmss 0.34.1 - 2.4.3 - 1.20 + 2.5.3 + 1.21 Dockerfile onap/${project.groupId}.${project.artifactId} diff --git a/version.properties b/version.properties index 755adf7..152260f 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg