From c64573322672c5c53a3298812189e734f11ceb69 Mon Sep 17 00:00:00 2001 From: Stephen Mallette Date: Thu, 23 Mar 2017 08:58:37 -0400 Subject: [PATCH] TINKERPOP-1654 Bumped to Jackson 2.8.7 --- CHANGELOG.asciidoc | 1 + gremlin-shaded/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 90b9f00172e..3ac081b2372 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.1.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Bumped to Jackson 2.8.7. * Fixed `EventStrategy` so that newly added properties trigger events with the name of the key that was added. * Drop use of jitpack for the jbcrypt artifact - using the official one in Maven Central. diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index f4b87d87aa5..4f2ba98cbf3 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -50,7 +50,7 @@ limitations under the License. com.fasterxml.jackson.core jackson-databind - 2.7.2 + 2.8.7 true