This repository was archived by the owner on Mar 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments