aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-02-14 12:05:20 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-02-14 12:05:20 +0100
commite7b362b61041aed0a02b2d4605459a15083f57d8 (patch)
treeadbd88b10f7eb2f6cec127072cb9bc83054bf622
parent92a587b1a642798af05a746e0d2d091372251040 (diff)
Remove Vulnerabilities1.3.1
- Top up Spring to 2.5.9 - Top up spring-doc to 1.6.6 Issue-ID: SDC-3879 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0d75e93ff2f5f4de88982d860d25909be72a4d0b
-rw-r--r--Changelog.md3
-rw-r--r--pom.xml7
-rw-r--r--version.properties2
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 @@
</parent>
<groupId>org.onap.sdc</groupId>
<artifactId>sdc-helm-validator</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>helmvalidator</name>
<description>Spring-Boot application for validating helm charts</description>
@@ -20,7 +20,8 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
<docker-maven-plugin.version>0.34.1</docker-maven-plugin.version>
- <spring.version>2.5.0</spring.version>
+ <spring.version>2.5.9</spring.version>
+ <springdoc-openapi-ui.version>1.6.6</springdoc-openapi-ui.version>
<apache.commons.compress.version>1.21</apache.commons.compress.version>
<docker.dockerfile>Dockerfile</docker.dockerfile>
@@ -55,7 +56,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
- <version>1.5.7</version>
+ <version>${springdoc-openapi-ui.version}</version>
</dependency>
</dependencies>
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