aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-tosca/pom.xml
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2021-04-30 14:36:45 +0200
committerChrisC <christophe.closset@intl.att.com>2021-04-30 14:36:45 +0200
commitac2c94f76cd7919c40c55cfa1ba75ae56ed7013f (patch)
tree0442c56ef9af580e3600075d6f5f336937b7c0c1 /sdc-tosca/pom.xml
parent8d610be856361a98ee1bd188ec74b94c9110b4ef (diff)
Update Vulnerable Packages
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
Diffstat (limited to 'sdc-tosca/pom.xml')
-rw-r--r--sdc-tosca/pom.xml12
1 files changed, 9 insertions, 3 deletions
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 @@
<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>
@@ -26,7 +26,13 @@
<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 -->
@@ -100,7 +106,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.8</version>
+ <version>0.8.6</version>
<executions>
<!-- Unit-Tests -->
<execution>