diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-08-02 12:16:46 +0200 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-08-02 12:25:33 +0200 |
commit | 446889e337834556f9852f513a33d7622d065c07 (patch) | |
tree | 9d3d97c69bf1dcf3ab14c855cc0a6d84d41bee88 /Changelog.md | |
parent | 7d7929303ea5091390087d62f0f533d26aef3d97 (diff) |
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 <joanna.jeremicz@nokia.com>
Change-Id: I33760924b3236b03144a53e26751cb5690f965c3
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 6 |
1 files changed, 6 insertions, 0 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 |