diff options
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md index a5a90328..6d29c127 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ 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.11.0] - 11/02/2022 +## [1.11.0] - 30/08/2022 - [DCAEGEN2-3212](https://jira.onap.org/browse/DCAEGEN2-3212) - dcaegen2-analytics-hv-ves vulnerability updates ## [1.10.0] - 11/02/2022 @@ -79,10 +79,10 @@ <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> <jacoco.version>0.8.3</jacoco.version> <detekt.version>1.15.0</detekt.version> - <sdk.version>1.8.8</sdk.version> + <sdk.version>1.8.10</sdk.version> <!-- Protocol buffers --> - <protobuf.version>4.0.0-rc-2</protobuf.version> + <protobuf.version>3.21.5</protobuf.version> <!-- Testing and code analysis --> <junit-platform.version>1.2.0</junit-platform.version> |