Skip to content

Commit

Permalink
Merge pull request #1267 from nkorange/hotfix_jackson_vulnerability
Browse files Browse the repository at this point in the history
Update jackson version
  • Loading branch information
xuechaos authored May 24, 2019
2 parents 29dc221 + 9ccce18 commit 54d58b9
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 @@ -682,13 +682,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down

0 comments on commit 54d58b9

Please sign in to comment.