Skip to content

Commit

Permalink
Merge pull request #575 from romani/patch-1
Browse files Browse the repository at this point in the history
bump jackson-databind to 2.10.0 to avoid security alert
  • Loading branch information
bitwiseman authored Oct 21, 2019
2 parents e0efa04 + 550e060 commit e7348df
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 @@ -179,7 +179,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit e7348df

Please sign in to comment.