Update sdk version from 1.8.8 to 1.8.10 16/130516/5 1.11.0
authorKasperki <pawel.kasperkiewicz@nokia.com>
Tue, 30 Aug 2022 14:34:50 +0000 (16:34 +0200)
committerPawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>
Wed, 31 Aug 2022 08:21:49 +0000 (08:21 +0000)
 - dowgrade to latests 3.X version (3.21.5)

Issue-ID: DCAEGEN2-3212
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Ib16d194f84cf1da67cfd76645825d81329c64116

Changelog.md
pom.xml

index a5a9032..6d29c12 100644 (file)
@@ -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
diff --git a/pom.xml b/pom.xml
index 1ae8c02..10d71c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>