TINKERPOP-1654 Bumped to Jackson 2.8.7
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c6457332 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c6457332 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c6457332 Branch: refs/heads/tp32 Commit: c64573322672c5c53a3298812189e734f11ceb69 Parents: 7def039 Author: Stephen Mallette <[email protected]> Authored: Thu Mar 23 08:58:37 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Mar 27 14:29:38 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + gremlin-shaded/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c6457332/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 90b9f00..3ac081b 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. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c6457332/gremlin-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index f4b87d8..4f2ba98 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -50,7 +50,7 @@ limitations under the License. <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <!-- Update the shade plugin config whenever you change this version --> - <version>2.7.2</version> + <version>2.8.7</version> <optional>true</optional> </dependency> </dependencies>
