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 2019/06/11 17:41:41 UTC

[tinkerpop] branch TINKERPOP-2242 created (now bf58ee4)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch TINKERPOP-2242
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


      at bf58ee4  TINKERPOP-2242 Bump to netty 4.1.36

This branch includes the following new commits:

     new bf58ee4  TINKERPOP-2242 Bump to netty 4.1.36

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[tinkerpop] 01/01: TINKERPOP-2242 Bump to netty 4.1.36

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch TINKERPOP-2242
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit bf58ee4bae35ba30cc5ddb91c56e4ee8bfaf53f1
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jun 11 13:41:12 2019 -0400

    TINKERPOP-2242 Bump to netty 4.1.36
---
 CHANGELOG.asciidoc                     | 1 +
 gremlin-console/src/main/static/NOTICE | 2 +-
 gremlin-server/src/main/static/NOTICE  | 2 +-
 pom.xml                                | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 58645ee..2be73af 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,6 +27,7 @@ This release also includes changes from <<release-3-3-8, 3.3.8>>.
 
 * Improved error messaging on timeouts returned to the console from `:>`.
 * Modified `NumberHelper` to better ignore `Double.NaN` in `min()` and `max()` comparisons.
+* Bump to Netty 4.1.36.
 * Bump to Groovy 2.5.7.
 
 [[release-3-4-2]]
diff --git a/gremlin-console/src/main/static/NOTICE b/gremlin-console/src/main/static/NOTICE
index 3e3d54b..94cb825 100644
--- a/gremlin-console/src/main/static/NOTICE
+++ b/gremlin-console/src/main/static/NOTICE
@@ -48,7 +48,7 @@ JavaTuples 1.2
 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)
 
 ------------------------------------------------------------------------
-Netty 4.1.32
+Netty 4.1.36
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
 
diff --git a/gremlin-server/src/main/static/NOTICE b/gremlin-server/src/main/static/NOTICE
index 41beb1d..86bd71a 100644
--- a/gremlin-server/src/main/static/NOTICE
+++ b/gremlin-server/src/main/static/NOTICE
@@ -49,6 +49,6 @@ LongAdder), which was released with the following comments:
     http://creativecommons.org/publicdomain/zero/1.0/
 
 ------------------------------------------------------------------------
-Netty 4.1.32
+Netty 4.1.36
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
diff --git a/pom.xml b/pom.xml
index eb3d6c1..281893a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@ limitations under the License.
         <jcabi.version>1.1</jcabi.version>
         <log4j.version>1.2.17</log4j.version>
         <metrics.version>3.0.2</metrics.version>
-        <netty.version>4.1.32.Final</netty.version>
+        <netty.version>4.1.36.Final</netty.version>
         <slf4j.version>1.7.25</slf4j.version>
         <snakeyaml.version>1.15</snakeyaml.version>
         <spark.version>2.4.0</spark.version>