update version of jackson datatype 75/81875/1
authorNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Fri, 8 Mar 2019 21:07:52 +0000 (16:07 -0500)
committerNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Fri, 8 Mar 2019 21:09:03 +0000 (16:09 -0500)
this is to resolve a vulnerbility.
Issue-ID: MUSIC-363

Change-Id: Ieef2f72adc8cb3258e334cc454475d764f7ee52f
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 68f835a..f93de29 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
             <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>