Skip to content

Commit 9fffa4f

Browse files
authored
Merge pull request #419 from TheSnoozer/update-dependencies
update com.fasterxml.jackson.core for CVE-2019-12086
2 parents afff161 + 7a832a8 commit 9fffa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@
9393
<dependency>
9494
<groupId>com.fasterxml.jackson.core</groupId>
9595
<artifactId>jackson-databind</artifactId>
96-
<version>2.9.8</version>
96+
<version>2.9.9</version>
9797
</dependency>
9898

9999
<!-- Joda Time -->
100100
<dependency>
101101
<groupId>joda-time</groupId>
102102
<artifactId>joda-time</artifactId>
103-
<version>2.10.1</version>
103+
<version>2.10.2</version>
104104
</dependency>
105105

106106
<!-- Guava -->

0 commit comments

Comments
 (0)