Skip to content

Commit

Permalink
Upgrading FasterXML Jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
Ales Nemochovsky committed Jan 25, 2018
1 parent fb84c53 commit 3045ef8
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 @@ -89,17 +89,17 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.8.8</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-guava</artifactId>
<version>2.8.8</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.8</version>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
Expand Down

0 comments on commit 3045ef8

Please sign in to comment.