Skip to content

Commit

Permalink
Updated version of jackson-databind.
Browse files Browse the repository at this point in the history
  • Loading branch information
SPuttkammer committed Aug 10, 2019
1 parent 23eb279 commit 83c2cc0
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 @@ -68,13 +68,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.9.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 83c2cc0

Please sign in to comment.