From d9e26bf0382baca1b3846d2c87cf4d66eccd80d6 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Thu, 25 May 2017 15:21:05 -0400 Subject: [PATCH 1/2] upgrade jackson to 2.8.6 Closes #751, #467. --- CHANGELOG.md | 4 ++++ pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a81dc62c3..6418182f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,10 @@ The following methods are deprecated and will be removed in a future release: [740](https://github.com/spotify/docker-client/issues/740), [759](https://github.com/spotify/docker-client/pull/759) +### Upgraded dependencies + +Jackson has been upgraded from 2.6.0 to 2.8.6. + ## 8.5.0 (released May 18 2017) ### Removal of deprecated methods diff --git a/pom.xml b/pom.xml index 3429a0059..0c003d3a8 100644 --- a/pom.xml +++ b/pom.xml @@ -89,17 +89,17 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - 2.6.0 + 2.8.6 com.fasterxml.jackson.datatype jackson-datatype-guava - 2.6.0 + 2.8.6 com.fasterxml.jackson.core jackson-databind - 2.6.0 + 2.8.6 org.glassfish.jersey.core From 6d85cebcde80bd13e2410fab0688cab5ccecd093 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Thu, 25 May 2017 15:28:09 -0400 Subject: [PATCH 2/2] upgrade to Jackson 2.8.8 instead actually this is currently the latest released version --- CHANGELOG.md | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6418182f8..d22ed45a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ The following methods are deprecated and will be removed in a future release: ### Upgraded dependencies -Jackson has been upgraded from 2.6.0 to 2.8.6. +Jackson has been upgraded from 2.6.0 to 2.8.8. ## 8.5.0 (released May 18 2017) diff --git a/pom.xml b/pom.xml index 0c003d3a8..a63885221 100644 --- a/pom.xml +++ b/pom.xml @@ -89,17 +89,17 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - 2.8.6 + 2.8.8 com.fasterxml.jackson.datatype jackson-datatype-guava - 2.8.6 + 2.8.8 com.fasterxml.jackson.core jackson-databind - 2.8.6 + 2.8.8 org.glassfish.jersey.core