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 2016/12/05 16:42:54 UTC

tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1570 53e932b48 -> 9c3fd3f1a


TINKERPOP-1570 Bumped to netty 4.0.42


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

Branch: refs/heads/TINKERPOP-1570
Commit: 9c3fd3f1a38ad2d88c021aa3a7b9fff1983b1887
Parents: 53e932b
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Dec 5 11:42:17 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Dec 5 11:42:17 2016 -0500

----------------------------------------------------------------------
 gremlin-driver/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9c3fd3f1/gremlin-driver/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml
index e55d4a2..4f25504 100644
--- a/gremlin-driver/pom.xml
+++ b/gremlin-driver/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
     <artifactId>gremlin-driver</artifactId>
     <name>Apache TinkerPop :: Gremlin Driver</name>
     <properties>
-        <netty.version>4.0.40.Final</netty.version>
+        <netty.version>4.0.42.Final</netty.version>
     </properties>
     <dependencies>
         <dependency>