Skip to content

Commit a856b67

Browse files
authored
Updating Jackson due to CVEs
Jackson data bind has CVE-2018-1000873, CVE-2018-19360, CVE-2018-19361, CVE-2018-19362 reported on the library. These are fixed in version 2.9.8
1 parent ce113f3 commit a856b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<jdk.target>1.7</jdk.target>
5959

6060
<jersey.version>2.27</jersey.version>
61-
<jackson-jaxrs.version>2.9.7</jackson-jaxrs.version>
61+
<jackson-jaxrs.version>2.9.8</jackson-jaxrs.version>
6262
<httpclient.version>4.5.6</httpclient.version><!-- 4.5.1-4.5.2 broken -->
6363
<commons-compress.version>1.18</commons-compress.version>
6464
<commons-codec.version>1.11</commons-codec.version>

0 commit comments

Comments
 (0)