diff options
author | 2022-02-04 11:50:13 +0100 | |
---|---|---|
committer | 2022-02-08 15:33:24 +0100 | |
commit | 5edb8ffbaae8caa46417ef44e317c48a29bd3c35 (patch) | |
tree | a55de0401ca4a527740b1acdf0b56e0ff0610e63 /Changelog.md | |
parent | 570517656de6273def37ef1ff03ec7337676614b (diff) |
Fix SDK Vulnerabilities
Issue-ID: DCAEGEN2-3051
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I45891470ee07d6fce2b4dce7efaba6382f62451c
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index f526265f..05f978f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ 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.8.8] - 2022/02/07 +### Added + - [DCAEGEN2-3051] (https://jira.onap.org/browse/DCAEGEN2-3051) - Fix SDK Vulnerability. Top up Spring-Boot version to 2.5.9 + ## [1.8.7] - 2021/08/02 ### Added - [DCAEGEN2-2692] (https://jira.onap.org/browse/DCAEGEN2-2692) - Make CBS-Client config and policy file paths configurable by environment variables @@ -51,7 +55,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update spring boot to version: 2.4.0 - Update reactor to version: 2020.0.1 - Update testcontainers to version: 1.15.0 - + ## [1.4.4] ## - Fix CbsClientFactory to allow retry on Mono from createCbsClient |