You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/07/10 12:23:07 UTC

[tinkerpop] 01/03: TINKERPOP-2260 Bump to Jackson Databind 2.9.9.1 CTR

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

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

commit 5e2554816916635118bd825a0fe3146d7ed33cf3
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Wed Jul 10 08:03:04 2019 -0400

    TINKERPOP-2260 Bump to Jackson Databind 2.9.9.1 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 81f345c..a0e54b2 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,7 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 * Provided support for `withComputer()` in gremlin-javascript.
 * Bump to Groovy 2.4.17.
-* Bump to Jackson 2.9.9.
+* Bump to Jackson Databind 2.9.9.1.
 * Improved error messaging when an attempt is made to serialize multi-properties to GraphML.
 * Improved exception and messaging for gt/gte/lt/lte when one of the object isn't a `Comparable`.
 * Added test infrastructure to check for storage iterator leak.
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 3536a5a..e85e343 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.9.9</version>
+            <version>2.9.9.1</version>
             <optional>true</optional>
         </dependency>
     </dependencies>