Skip to content

Commit bd14987

Browse files
committed
Update to Jackson 2.9.9
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.9 Notably, this includes a fix for CVE-2019-12086. See FasterXML/jackson-databind#2326 for details.
1 parent 8bccdc0 commit bd14987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<changelist>-SNAPSHOT</changelist>
7373
<java.level>8</java.level>
7474
<jenkins.version>2.60.3</jenkins.version>
75-
<jackson.version>2.9.8</jackson.version>
75+
<jackson.version>2.9.9</jackson.version>
7676
</properties>
7777

7878
<repositories>

0 commit comments

Comments
 (0)