Skip to content

Commit

Permalink
Merge pull request #93 from tims/jacksonvulnerability
Browse files Browse the repository at this point in the history
upgrade jackson databind for security vulnerability
  • Loading branch information
tims authored Jan 18, 2019
2 parents 752718b + 9cf719e commit e81358f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.4</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.4</version>
<version>2.9.8</version>
</dependency>


Expand Down

0 comments on commit e81358f

Please sign in to comment.