Skip to content

Commit

Permalink
fix(pom.xml): update jackson-databind to 2.9.10 (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
nharrand authored and monperrus committed Sep 25, 2019
1 parent 2caadf4 commit 6d454d5
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 @@ -98,7 +98,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.3</version>
<version>2.9.10</version>
</dependency>
<dependency>
<!-- support for compressed serialized ASTs -->
Expand Down

0 comments on commit 6d454d5

Please sign in to comment.