Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Commit de7af3e

Browse files
committed
upgrade jackson to 2.8.6
Closes #751, #467.
1 parent f00168e commit de7af3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.jaxrs</groupId>
9191
<artifactId>jackson-jaxrs-json-provider</artifactId>
92-
<version>2.6.0</version>
92+
<version>2.8.6</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.fasterxml.jackson.datatype</groupId>
9696
<artifactId>jackson-datatype-guava</artifactId>
97-
<version>2.6.0</version>
97+
<version>2.8.6</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.fasterxml.jackson.core</groupId>
101101
<artifactId>jackson-databind</artifactId>
102-
<version>2.6.0</version>
102+
<version>2.8.6</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.glassfish.jersey.core</groupId>

0 commit comments

Comments
 (0)