Skip to content

Commit

Permalink
closes jwtk#302: Update jackson version
Browse files Browse the repository at this point in the history
* Updates jackson-databind version to 2.8.11.1 to fix CVE-2017-17485

Signed-off-by: John Bard <[email protected]>
  • Loading branch information
John Bard committed Mar 2, 2018
1 parent 44faaca commit c7561b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>

<jackson.version>2.8.9</jackson.version>
<jackson.version>2.8.11.1</jackson.version>

<!-- Optional Runtime Dependencies: -->
<bouncycastle.version>1.56</bouncycastle.version>
Expand Down

0 comments on commit c7561b6

Please sign in to comment.