Fix hv-ves Vulnerabilities 27/130427/2
authorKasperki <pawel.kasperkiewicz@nokia.com>
Tue, 23 Aug 2022 15:06:06 +0000 (17:06 +0200)
committerKasperki <pawel.kasperkiewicz@nokia.com>
Fri, 26 Aug 2022 15:44:45 +0000 (17:44 +0200)
Issue-ID: DCAEGEN2-3212
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Iba334361260e85b22fc0dfe7ed6e7aef1395b70f

Changelog.md
pom.xml
version.properties

index f752d89..a5a9032 100644 (file)
@@ -4,9 +4,12 @@ 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
+    - [DCAEGEN2-3212](https://jira.onap.org/browse/DCAEGEN2-3212) - dcaegen2-analytics-hv-ves vulnerability updates
+
 ## [1.10.0] - 11/02/2022
     - [DCAEGEN2-3038](https://jira.onap.org/browse/DCAEGEN2-3083) - Add scram-sha support for kafka conect
-    - [DCAEGEN2-3044](https://jira.onap.org/browse/DCAEGEN2-3044) - Vulnerability addressal for HV-VES    
+    - [DCAEGEN2-3044](https://jira.onap.org/browse/DCAEGEN2-3044) - Vulnerability addressal for HV-VES
 
 ## [1.9.1] - 25/08/2021
     - [DCAEGEN2-2718](https://jira.onap.org/browse/DCAEGEN2-2718) - Update DCAE SDK version from 1.8.2 to 1.8.7
diff --git a/pom.xml b/pom.xml
index 92c96f7..1ae8c02 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     </modules>
 
     <properties>
-        <revision>1.10.0-SNAPSHOT</revision>
+        <revision>1.11.0-SNAPSHOT</revision>
         <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
         <asm.version>9.1</asm.version>
         <commons-lang3.version>3.12.0</commons-lang3.version>
@@ -64,7 +64,7 @@
         <guava.version>30.1.1-jre</guava.version>
         <logback-classic.version>1.3.0-alpha4</logback-classic.version>
         <slf4j-api.version>2.0.0-alpha1</slf4j-api.version>
-        <reactor-bom.version>2020.0.5</reactor-bom.version>
+        <reactor-bom.version>2020.0.22</reactor-bom.version>
         <kafka-clients.version>2.7.2</kafka-clients.version>
         <commons-cli.version>1.4</commons-cli.version>
         <javax.json-api.version>1.1.4</javax.json-api.version>
@@ -88,7 +88,7 @@
         <junit-platform.version>1.2.0</junit-platform.version>
         <junit-jupiter.version>5.8.0-M1</junit-jupiter.version>
         <spek.version>1.1.5</spek.version>
-        <gson.version>2.8.9</gson.version>
+        <gson.version>2.9.0</gson.version>
 
         <failIfMissingUnitTests>false</failIfMissingUnitTests>
         <failIfMissingComponentTests>false</failIfMissingComponentTests>
index e9e5596..7c0c3f2 100644 (file)
@@ -1,5 +1,5 @@
 major=1
-minor=10
+minor=11
 patch=0
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}