From 206f4878d9969bd80acbea31181a504fe9737b43 Mon Sep 17 00:00:00 2001 From: tkogut Date: Wed, 10 Feb 2021 12:10:50 +0100 Subject: Vulnerability removal for ves collector - remove junit from runtime dependencies - update junit to 5.7.1 - update springfox libraries to 3.0.0 Issue-ID: DCAEGEN2-2593 Signed-off-by: tkogut Change-Id: I9ed39668474349013f8d8768abd4784afe24da52 --- Changelog.md | 4 +++- pom.xml | 18 +++++++++++++++--- version.properties | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5b08467b..747a0c5d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -38,5 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2462](https://jira.onap.org/browse/DCAEGEN2-2462) - Adapt schema-map.json and test files to updated 3GPP repos ## [1.7.8] - 13/10/2020 - [DCAEGEN2-2478](https://jira.onap.org/browse/DCAEGEN2-2478) - Add logs from external-repo-manager lib - # [1.7.9] - 01/11/2020 +## [1.7.9] - 01/11/2020 - [DCAEGEN2-2495](https://jira.onap.org/browse/DCAEGEN2-2495) - Ves Collector is down because of java heap space +## [1.7.10] - 10/02/2021 + - [DCAEGEN2-2593](https://jira.onap.org/browse/DCAEGEN2-2593) - Vulnerability removal for ves collector diff --git a/pom.xml b/pom.xml index 762980f2..9e6a1c02 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.7.9-SNAPSHOT + 1.7.10-SNAPSHOT dcaegen2-collectors-ves VESCollector @@ -68,8 +68,8 @@ 1.10 0.9.2 2.1.5.RELEASE - 2.8.0 - 5.3.1 + 3.0.0 + 5.7.1 2.23.0 3.8.0 1.1 @@ -80,6 +80,7 @@ 4.8.1 1.4.3 1.4.2 + 30.1-jre @@ -306,6 +307,12 @@ com.googlecode.json-simple json-simple ${json-simple.version} + + + junit + junit + + com.networknt @@ -328,6 +335,11 @@ json ${json.version} + + com.google.guava + guava + ${guava.version} + com.att.nsa diff --git a/version.properties b/version.properties index 6501a4a6..96125af9 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=7 -patch=9 +patch=10 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg