Skip to content

Commit

Permalink
Update Jackson versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed May 19, 2019
1 parent 8e0e55d commit 6ed418e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.3.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.3.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.5</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 6ed418e

Please sign in to comment.