You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/03/21 19:29:22 UTC

tinkerpop git commit: Bind netty in spark to the version used in Apache Spark

Repository: tinkerpop
Updated Branches:
  refs/heads/travis-spark 49b95dba0 -> 0feb7e8d1


Bind netty in spark to the version used in Apache Spark


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0feb7e8d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0feb7e8d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0feb7e8d

Branch: refs/heads/travis-spark
Commit: 0feb7e8d19f8b91806f49e497f4ada1b6218a0c2
Parents: 49b95db
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Mar 21 12:29:16 2018 -0700
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Mar 21 12:29:16 2018 -0700

----------------------------------------------------------------------
 spark-gremlin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0feb7e8d/spark-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index 906b7d2..8e3d352 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -281,12 +281,12 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
-            <version>4.0.29.Final</version>
+            <version>4.0.43.Final</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
-            <version>3.8.0.Final</version>
+            <version>3.9.9.Final</version>
         </dependency>
         <!-- TEST -->
         <dependency>