Skip to content

Commit

Permalink
Merge pull request #39 from protocol7/jackson-2.9.9
Browse files Browse the repository at this point in the history
Bump Jackson to 2.9.9 to address security vulns
  • Loading branch information
mattnworb committed Sep 23, 2019
2 parents 9bb680c + 923c2ab commit 8334e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.7</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.7</version>
<version>2.9.9.3</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down

0 comments on commit 8334e07

Please sign in to comment.