Skip to content

Commit

Permalink
update jackson libs
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmye committed Oct 8, 2019
1 parent dbd0d66 commit dbfbdf0
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,12 +68,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.3</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit dbfbdf0

Please sign in to comment.