diff options
author | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-08-23 17:06:06 +0200 |
---|---|---|
committer | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-08-26 17:44:45 +0200 |
commit | f9528663d2583aea6d5355a3c332fd21b0e3e1c8 (patch) | |
tree | 83a0ab64572abf759d51b465598462ad01dabac2 | |
parent | a76488087da2b59f97beb821a1d102527111f901 (diff) |
Fix hv-ves Vulnerabilities
Issue-ID: DCAEGEN2-3212
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Iba334361260e85b22fc0dfe7ed6e7aef1395b70f
-rw-r--r-- | Changelog.md | 5 | ||||
-rw-r--r-- | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md index f752d890..a5a90328 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 @@ -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> diff --git a/version.properties b/version.properties index e9e55960..7c0c3f2c 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=10 +minor=11 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} |