diff options
author | 2021-04-30 14:36:45 +0200 | |
---|---|---|
committer | 2021-04-30 14:36:45 +0200 | |
commit | ac2c94f76cd7919c40c55cfa1ba75ae56ed7013f (patch) | |
tree | 0442c56ef9af580e3600075d6f5f336937b7c0c1 /pom.xml | |
parent | 8d610be856361a98ee1bd188ec74b94c9110b4ef (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 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> @@ -74,14 +74,14 @@ <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> @@ -149,7 +149,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> |