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/16 16:53:56 UTC

[42/50] tinkerpop git commit: TINKERPOP-1570 Bumped to netty 4.0.42

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

Branch: refs/heads/TINKERPOP-1581
Commit: e2b69d94c79367bdb0a0f99c8d51dbc386841c6c
Parents: 054b6f0
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 07:12:38 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/e2b69d94/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index c7841a4..5944a3f 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 in Gremlin-Python around `__.__()` and `__.start()`.
 * 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.

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