aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>2019-03-08 16:07:52 -0500
committerNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>2019-03-08 16:09:03 -0500
commite86d0f52525dc3207ccc547afc93cdbfecad4283 (patch)
treeecfc32f09a0b5443f1bb35a6ea2a5790fa72f41e /pom.xml
parent4d6e2a982cc0ee48aca9d8531424d795e44842c9 (diff)
update version of jackson datatype
this is to resolve a vulnerbility. Issue-ID: MUSIC-363 Change-Id: Ieef2f72adc8cb3258e334cc454475d764f7ee52f Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 68f835a8..f93de295 100755
--- a/pom.xml
+++ b/pom.xml
@@ -463,6 +463,13 @@
<scope>test</scope>
</dependency>
<!-- /Testing -->
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <version>2.9.8</version>
+ </dependency>
+
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>