aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasperki <pawel.kasperkiewicz@nokia.com>2022-02-22 16:03:12 +0100
committerKasperki <pawel.kasperkiewicz@nokia.com>2022-02-22 16:03:12 +0100
commit529491d6331beba6900315f57ae027a7877ace0a (patch)
tree08ea9973439a1919ce1619294f1ffc792acc6e53
parent955431838bef5bc74cb62cb0c550613b8a6f13b6 (diff)
Update libraries1.10.0
- gson from 2.8.6 to 2.8.9 - sdk from 1.8.7 to 1.8.8 - kotlin from 1.4.10 to 1.4.21 - kafka-client from 2.7.0 to 2.7.2 Issue-ID: DCAEGEN2-3044 Change-Id: Ie0f8ef63b26e5a50a2d4c60987cf6f0eee27d64f Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
-rw-r--r--Changelog.md1
-rw-r--r--pom.xml8
2 files changed, 5 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
index 2d9c9fc2..f752d890 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [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
## [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 649fdf61..92c96f74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<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>
- <kafka-clients.version>2.7.0</kafka-clients.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>
<javax.json.version>1.1.4</javax.json.version>
@@ -73,13 +73,13 @@
<assertj-core.version>3.19.0</assertj-core.version>
<mockito-kotlin.version>2.2.0</mockito-kotlin.version>
<coroutines.version>1.4.2</coroutines.version>
- <kotlin.version>1.4.10</kotlin.version>
+ <kotlin.version>1.4.21</kotlin.version>
<arrow.version>0.9.0</arrow.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<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.7</sdk.version>
+ <sdk.version>1.8.8</sdk.version>
<!-- Protocol buffers -->
<protobuf.version>4.0.0-rc-2</protobuf.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.6</gson.version>
+ <gson.version>2.8.9</gson.version>
<failIfMissingUnitTests>false</failIfMissingUnitTests>
<failIfMissingComponentTests>false</failIfMissingComponentTests>