diff options
author | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-08-30 16:34:50 +0200 |
---|---|---|
committer | Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> | 2022-08-31 08:21:49 +0000 |
commit | 61aba7d6442f1b7720a661cb6baa2399859750c5 (patch) | |
tree | b1cf5f3e76f5c35d07c5710b6bd2af61de5881b4 | |
parent | f9528663d2583aea6d5355a3c332fd21b0e3e1c8 (diff) |
Update sdk version from 1.8.8 to 1.8.101.11.0
- dowgrade to latests 3.X version (3.21.5)
Issue-ID: DCAEGEN2-3212
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Ib16d194f84cf1da67cfd76645825d81329c64116
-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> |