Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 92735c8b1 -> ad1277653


Bump to Netty 4.0.50


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

Branch: refs/heads/tp32
Commit: ad127765328140354bf74af3102b103eea5debc0
Parents: 92735c8
Author: Robert Dale <robd...@gmail.com>
Authored: Fri Aug 11 07:48:23 2017 -0400
Committer: Robert Dale <robd...@gmail.com>
Committed: Wed Aug 16 12:44:07 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ad127765/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 85ce5c6..24f1bf7 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,6 +28,7 @@ TinkerPop 3.2.6 (Release Date: NOT OFFICIALLY RELEASED YET)
 
 This release also includes changes from <<release-3-1-8, 3.1.8>>.
 
+* Bump to Netty 4.0.50
 * Registered `HashMap$TreeNode` to Gryo.
 * Fixed a lambda-leak in `SackValueStep` where `BiFunction` must be tested for 
true lambda status.
 * Fixed a bug in `RangeByIsCountStrategy` that broke any `ConnectiveStep` that 
included a child traversal with an optimizable pattern.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ad127765/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 327a0db..187cae6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ limitations under the License.
         <javadoc-plugin.version>2.10.4</javadoc-plugin.version>
         <jcabi.version>1.1</jcabi.version>
         <metrics.version>3.0.2</metrics.version>
-        <netty.version>4.0.42.Final</netty.version>
+        <netty.version>4.0.50.Final</netty.version>
         <slf4j.version>1.7.21</slf4j.version>
         <snakeyaml.version>1.15</snakeyaml.version>
 

Reply via email to