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

Commit d9e26bf

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

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ The following methods are deprecated and will be removed in a future release:
3838

3939
[740](https://github.com/spotify/docker-client/issues/740), [759](https://github.com/spotify/docker-client/pull/759)
4040

41+
### Upgraded dependencies
42+
43+
Jackson has been upgraded from 2.6.0 to 2.8.6.
44+
4145
## 8.5.0 (released May 18 2017)
4246

4347
### Removal of deprecated methods

pom.xml

Lines changed: 3 additions & 3 deletions
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)