Update Vulnerable Packages 49/121049/1
authorChrisC <christophe.closset@intl.att.com>
Fri, 30 Apr 2021 12:36:45 +0000 (14:36 +0200)
committerChrisC <christophe.closset@intl.att.com>
Fri, 30 Apr 2021 12:36:45 +0000 (14:36 +0200)
Update Version and several seccom upgrades for I release

Issue-ID: SDC-3572
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Icc4ea89819cd1152b9f248168f1c938be3cdc663

jtosca/pom.xml
pom.xml
sdc-tosca/pom.xml
version.properties

index 4714306..51c362f 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.onap.sdc.sdc-tosca</groupId>
     <artifactId>sdc-tosca-jtosca</artifactId>
-    <version>1.6.5-SNAPSHOT</version>
+    <version>1.6.6-SNAPSHOT</version>
   </parent>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 9a8e844..a38d249 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
   <artifactId>sdc-tosca-jtosca</artifactId>
   <name>sdc-tosca-jtosca</name>
   <description>SDC Tosca Parser JAR file for use by consumers</description>
-  <version>1.6.5-SNAPSHOT</version>
+  <version>1.6.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <parent>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
       <scope>compile</scope>
-      <version>25.1-jre</version>
+      <version>30.0-jre</version>
     </dependency>
 
     <!-- YAML parser -->
     <dependency>
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.14</version>
+      <version>1.28</version>
       <scope>compile</scope>
     </dependency>
 
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.7.8</version>
+        <version>0.8.6</version>
         <executions>
           <!-- Unit-Tests -->
           <execution>
index c6ecc3f..bc518ef 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.onap.sdc.sdc-tosca</groupId>
     <artifactId>sdc-tosca-jtosca</artifactId>
-    <version>1.6.5-SNAPSHOT</version>
+    <version>1.6.6-SNAPSHOT</version>
   </parent>
 
   <dependencies>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.9</version>
+      <version>2.12.3</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-core</artifactId>
+      <version>2.12.3</version>
     </dependency>
 
     <!-- Apache Commons -->
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.7.8</version>
+        <version>0.8.6</version>
         <executions>
           <!-- Unit-Tests -->
           <execution>
index beaf19b..cf0968b 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=6
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}