aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-08-25 13:48:45 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-08-29 18:41:45 +0200
commit5662ec25d8c24caa014d6988581dfca76c15fef0 (patch)
tree0033818469c12c642076e1ed46148c951564ba91 /Changelog.md
parent8929c55ec055d25a8e10c9e06983f849e2f65f40 (diff)
Fix DFC vulnerabilities1.9.0
- Update DCAE-SDK to version 1.8.10 - Update spring-boot to version 2.7.2 - Update spring to version 5.3.22 - Update tomcat-embed-core to version 9.0.65 - Update classgraph to version 4.8.149 - Update jackson-databind to version 2.13.3 - Update springdoc-openapi-ui to version 1.6.11 Issue-ID: DCAEGEN2-3211 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Iab97ade90792708742283cdeec732ca11351ec28
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index ce4f0e08..f6733063 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,17 @@ 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.9.0] - 2022/08/26
+### Changed
+- [DCAEGEN2-3211] Fix vulnerabilities
+ - Update DCAE-SDK to version 1.8.10
+ - Update spring-boot to version 2.7.2
+ - Update spring to version 5.3.22
+ - Update tomcat-embed-core to version 9.0.65
+ - Update classgraph to version 4.8.149
+ - Update jackson-databind to version 2.13.3
+ - Update springdoc-openapi-ui to version 1.6.11
+
## [1.8.0] - 2022/06/24
### Changed
- [DCAEGEN2-3039] Make certificate dependencies configurable