diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2019-03-08 16:07:52 -0500 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2019-03-08 16:09:03 -0500 |
commit | e86d0f52525dc3207ccc547afc93cdbfecad4283 (patch) | |
tree | ecfc32f09a0b5443f1bb35a6ea2a5790fa72f41e | |
parent | 4d6e2a982cc0ee48aca9d8531424d795e44842c9 (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>
-rwxr-xr-x | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |