You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/05/28 18:41:42 UTC

[tinkerpop] branch master updated: Bumped to Jackson 2.11.x CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new cba6b80  Bumped to Jackson 2.11.x CTR
cba6b80 is described below

commit cba6b80d2ff0c9dc0da5c09bd6c900a76c115ee4
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu May 28 14:40:47 2020 -0400

    Bumped to Jackson 2.11.x CTR
---
 CHANGELOG.asciidoc     | 2 +-
 gremlin-shaded/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index c80f986..b766464 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -53,7 +53,7 @@ This release also includes changes from <<release-3-4-3, 3.4.3>>.
 * Added support for `TextP` in Neo4j using its string search functions.
 * Changed `TraversalStrategy` application methodology to apply each strategy in turn to each level of the traversal hierarchy starting from root down to children.
 * Prevented more than one `Client` from connecting to the same Gremlin Server session.
-* Bumped to Jackson 2.10.x.
+* Bumped to Jackson 2.11.x.
 * Removed internal functionality for the session close message in Gremlin Server - the message is accepted but ignored if sent.
 * Removed `Property.Exceptions.propertyValueCanNotBeNull` exception type as `null` now has meaning in Gremlin.
 * Removed the "experimental" support for multi/meta-properties in Neo4j.
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 5cc68dd..16ffb40 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.10.3</version>
+            <version>2.11.0</version>
             <optional>true</optional>
         </dependency>
     </dependencies>