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 20:02:22 UTC

[19/27] tinkerpop git commit: Bind netty in spark to the version used in Apache Spark

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/da8588b9
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/da8588b9
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/da8588b9

Branch: refs/heads/TINKERPOP-1682
Commit: da8588b9c315198a9ac4b61db57de32ada53d368
Parents: a348d49
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:59:06 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/da8588b9/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>