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/06 11:26:04 UTC

tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42 [Forced Update!]

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1570 9c3fd3f1a -> 6e4a00565 (forced update)


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

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

----------------------------------------------------------------------
 CHANGELOG.asciidoc     | 1 +
 gremlin-driver/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6e4a0056/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index ebcc318..0e2d296 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+* Bumped to Netty 4.0.42.final.
 * Fixed a bug around long serialization in Gremlin-Python when using Python3.
 * Deprecated `TraversalSource.withBindings()` as it is no longer needed in Gremlin-Java and never was needed for other variants.
 * Fixed a bug in Gremlin-Java `Bytecode` where anonymous traversals were not aware of parent bindings.

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