Skip to content

Commit

Permalink
Update com.fasterxml.jackson.core dependency to version 2.10.0.pr2
Browse files Browse the repository at this point in the history
  • Loading branch information
rzapach-ibl committed Sep 17, 2019
1 parent 98e274d commit 20bf9b6
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 @@ -124,13 +124,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9</version>
<version>2.10.0.pr2</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.9</version>
<version>2.10.0.pr2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 20bf9b6

Please sign in to comment.