summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoramohamad <a.mohamad@queensu.ca>2020-07-19 22:17:57 -0400
committerSébastien Determe <sebastien.determe@intl.att.com>2020-09-04 13:21:08 +0000
commitc16117e08b97da93da61be841c22f5759cdadd37 (patch)
tree3dbbd4cc9a4f256f7a14516c4cb7fc8063215cbd /pom.xml
parentbf640a573e96f752c73f04ccd7e51f39916e131a (diff)
Upgrade Vulnerable Direct Dependencies [jackson]
Issue-ID: SDC-3051 Upgrade from jackson-databind 1.9 and 2.10 to 2.11 upgrade the respective pom.xml files Upgrade the 1.9 imports and required code changes Upgrade the beans-services.xml files Change-Id: I56b59e08d65a0a1888c8caeb5470bc0c6a028ddd Signed-off-by: amohamad <a.mohamad@queensu.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 0eaa8b5aea..df4da63f21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,12 +66,12 @@ Modifications copyright (c) 2018-2019 Nokia
<jetty.version>9.4.18.v20190429</jetty.version>
- <!-- JSON and YAML Parsing -->
- <jackson.version>2.10.0</jackson.version>
- <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
- <jackson.mapper.version>1.9.13</jackson.mapper.version>
- <clearspring.version>2.1.1</clearspring.version>
- <skipYamlJsonValidator>false</skipYamlJsonValidator>
+ <!-- JSON and YAML Parsing -->
+ <jackson.version>2.11.0</jackson.version>
+ <jackson-annotations.version>${jackson.version}</jackson-annotations.version>
+
+ <clearspring.version>2.1.1</clearspring.version>
+ <skipYamlJsonValidator>false</skipYamlJsonValidator>
<!-- Yaml for properties -->
<snakeyaml.version>1.14</snakeyaml.version>
@@ -156,12 +156,16 @@ Modifications copyright (c) 2018-2019 Nokia
<docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
<!--togglz version-->
<togglz.version>2.4.1.Final</togglz.version>
+
<joda.time.version>2.9.9</joda.time.version>
+
<!--sdc-security-utils-->
<security.util.lib.version>1.6.0</security.util.lib.version>
<!--jacoco-->
<jacoco.version>0.8.5</jacoco.version>
<java.driver.core.version>4.5.1</java.driver.core.version>
+
+ <!-- Surefire parameters -->
<surefire.forkCount>1C</surefire.forkCount>
<surefire.reuseForks>true</surefire.reuseForks>
</properties>
@@ -675,7 +679,6 @@ Modifications copyright (c) 2018-2019 Nokia
<module>integration-tests</module>
</modules>
</profile>
-
</profiles>
<repositories>