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 2019/10/10 16:28:49 UTC

[tinkerpop] 03/04: Reverted a portion of #1200.

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

commit 65640e2f9a90a0b215871cc5f61b48a4f3ad417b
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Oct 10 12:26:16 2019 -0400

    Reverted a portion of #1200.
    
    This was done for tp33 first where that PR originally landed. On tp34 though we were at 2.6.7 jackson-databind on this branch. CTR
---
 spark-gremlin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index 0f05782..8f4b337 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -264,7 +264,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.6.5</version>
+            <version>2.6.7</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>