aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-08-02 13:30:24 +0200
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-08-02 13:32:05 +0200
commit5b10b3eb9beb5154df4aa57c7f0f876099dae04c (patch)
treeff35a4f8c7c1fd122aae20f78fc41941951088a4
parent446889e337834556f9852f513a33d7622d065c07 (diff)
Fix Sdc Helm Validator vulnerabilities1.2.2
spring.version 2.5.3 -> 2.5.0 Issue-ID: SDC-3647 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I6efd9d7fea1d6dcd84fa0b2cd8bd27a2b44a2c2c
-rw-r--r--Changelog.md2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
index 7f0502c..0cefd12 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,7 +7,7 @@ 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
+ - spring.version 2.4.3 -> 2.5.0
- apache.commons.compress.version 1.20 -> 1.21
## [1.2.1] - 07/06/2021
diff --git a/pom.xml b/pom.xml
index a3447b8..dceb32a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<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.3</spring.version>
+ <spring.version>2.5.0</spring.version>
<apache.commons.compress.version>1.21</apache.commons.compress.version>
<docker.dockerfile>Dockerfile</docker.dockerfile>