From 0d494c08beb1832a68e0e9d646aaf2fb305c0abe Mon Sep 17 00:00:00 2001 From: Stephen Mallette Date: Wed, 6 Sep 2017 15:15:27 -0400 Subject: [PATCH] TINKERPOP-1768 Bump to Jackson 2.8.10 Adds some key bug fixes - one of those could be particularly useful to TINKERPOP-1509. --- CHANGELOG.asciidoc | 1 + gremlin-shaded/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 3ec3802c037..ff0948aacac 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Bump to Jackson 2.8.10. * The Console's `plugin.txt` file is only updated if there were manually uninstalled plugins. * Fixed a bug in `MatchStep` where mid-traversal `where()` variables were not being considered in start-scope. * Generalized `MatchStep` to locally compute all clauses with barriers (not just reducing barriers). diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index f49e1a37933..2372c3e8e4b 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.8.7 + 2.8.10 true