From ac2c94f76cd7919c40c55cfa1ba75ae56ed7013f Mon Sep 17 00:00:00 2001 From: ChrisC Date: Fri, 30 Apr 2021 14:36:45 +0200 Subject: [PATCH] Update Vulnerable Packages Update Version and several seccom upgrades for I release Issue-ID: SDC-3572 Signed-off-by: ChrisC Change-Id: Icc4ea89819cd1152b9f248168f1c938be3cdc663 --- jtosca/pom.xml | 2 +- pom.xml | 8 ++++---- sdc-tosca/pom.xml | 12 +++++++++--- version.properties | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/jtosca/pom.xml b/jtosca/pom.xml index 4714306..51c362f 100644 --- a/jtosca/pom.xml +++ b/jtosca/pom.xml @@ -10,7 +10,7 @@ org.onap.sdc.sdc-tosca sdc-tosca-jtosca - 1.6.5-SNAPSHOT + 1.6.6-SNAPSHOT diff --git a/pom.xml b/pom.xml index 9a8e844..a38d249 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ sdc-tosca-jtosca sdc-tosca-jtosca SDC Tosca Parser JAR file for use by consumers - 1.6.5-SNAPSHOT + 1.6.6-SNAPSHOT pom @@ -74,14 +74,14 @@ com.google.guava guava compile - 25.1-jre + 30.0-jre org.yaml snakeyaml - 1.14 + 1.28 compile @@ -149,7 +149,7 @@ org.jacoco jacoco-maven-plugin - 0.7.8 + 0.8.6 diff --git a/sdc-tosca/pom.xml b/sdc-tosca/pom.xml index c6ecc3f..bc518ef 100644 --- a/sdc-tosca/pom.xml +++ b/sdc-tosca/pom.xml @@ -12,7 +12,7 @@ org.onap.sdc.sdc-tosca sdc-tosca-jtosca - 1.6.5-SNAPSHOT + 1.6.6-SNAPSHOT @@ -26,7 +26,13 @@ com.fasterxml.jackson.core jackson-databind - 2.9.9 + 2.12.3 + + + + com.fasterxml.jackson.core + jackson-core + 2.12.3 @@ -100,7 +106,7 @@ org.jacoco jacoco-maven-plugin - 0.7.8 + 0.8.6 diff --git a/version.properties b/version.properties index beaf19b..cf0968b 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=6 -patch=5 +patch=6 base_version=${major}.${minor}.${patch} -- 2.16.6