Skip to content

Commit

Permalink
fix: security issue with jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
surli committed Jan 23, 2019
1 parent a16f436 commit cee57a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<!-- support for compressed serialized ASTs -->
Expand Down

0 comments on commit cee57a3

Please sign in to comment.