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

Cole-Greer pushed a commit to branch netty-bump
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit baf2bd2fb287143a243039462542a9cd53c6fd30
Author: Cole Greer <[email protected]>
AuthorDate: Mon Aug 31 18:16:49 2026 -0700

    CTR Bump Netty to 4.1.137.final
---
 CHANGELOG.asciidoc                     | 2 +-
 bin/process-docs.sh                    | 2 +-
 gremlin-console/src/main/static/NOTICE | 2 +-
 gremlin-driver/src/main/static/NOTICE  | 2 +-
 gremlin-server/pom.xml                 | 2 +-
 gremlin-server/src/main/static/NOTICE  | 2 +-
 pom.xml                                | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 7194e57bc7..81fe3fa1f0 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -44,7 +44,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Allowed float literals without a leading digit (e.g. `.5`, `.5f`, `.5d`) in 
the Gremlin grammar to better match Groovy.
 * Fixed conjoin has incorrect null handling.
 * Strengthened nested class configuration for `HaltedTraverserStrategy`, 
`MatchAlgorithmStrategy`, and `VertexProgramStrategy`.
-* Bump Netty to 4.1.136.
+* Bump Netty to 4.1.137.
 * Bumped `jackson-databind` to 2.18.9. `InetAddress` values in GraphSON must 
now be literal IP addresses as hostnames are no longer resolved during 
deserialization. *(breaking)*
 * Removed the Mono dependency from the `gremlin-dotnet` build/release process, 
using `dotnet pack`/`dotnet nuget push` instead of `mono nuget.exe`.
 * Expanded `gremlin-python` CI matrix to test against Python 3.9, 3.10, 3.11, 
3.12, and 3.13.
diff --git a/bin/process-docs.sh b/bin/process-docs.sh
index faaafffe63..9cfc448457 100755
--- a/bin/process-docs.sh
+++ b/bin/process-docs.sh
@@ -241,7 +241,7 @@ POM
   mvn -q -f "${NEO4J_POM}" dependency:copy-dependencies 
-DoutputDirectory="${NEO4J_PLUGIN_LIB}"
   # Drop ONLY the conflicting io.netty 4.x jar that Neo4j pulls in 
(netty-all-4.1.24): it
   # contains an older 
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 that
-  # shadows the console driver's 4.1.136 class and breaks ':remote' server 
connections with a
+  # shadows the console driver's 4.1.x class and breaks ':remote' server 
connections with a
   # NoSuchMethodError. Keep netty-3.9.x (org.jboss.netty package) -- it does 
NOT conflict and
   # is required by Neo4j 3.4's IO layer.
   rm -f "${NEO4J_PLUGIN_LIB}"/netty-all-4.*.jar
diff --git a/gremlin-console/src/main/static/NOTICE 
b/gremlin-console/src/main/static/NOTICE
index 3e64f3ac3d..320ddf5d14 100644
--- a/gremlin-console/src/main/static/NOTICE
+++ b/gremlin-console/src/main/static/NOTICE
@@ -86,7 +86,7 @@ JavaTuples 1.2
 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)
 
 ------------------------------------------------------------------------
-Netty 4.1.136.Final
+Netty 4.1.137.Final
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
 
diff --git a/gremlin-driver/src/main/static/NOTICE 
b/gremlin-driver/src/main/static/NOTICE
index 4615fdcb3b..f2de1357cc 100644
--- a/gremlin-driver/src/main/static/NOTICE
+++ b/gremlin-driver/src/main/static/NOTICE
@@ -49,7 +49,7 @@ JavaTuples 1.2
 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)
 
 ------------------------------------------------------------------------
-Netty 4.1.136.Final
+Netty 4.1.137.Final
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
 
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index bf55078167..5354f731ae 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -120,7 +120,7 @@ limitations under the License.
             <scope>test</scope>
         </dependency>
         <!-- Optional depenency needed for Netty's SelfSignedCertificate 
generation on JDKs which doesn't provide sun.security.x509 package -->
-        <!-- 
https://github.com/netty/netty/blob/netty-4.1.136.Final/pom.xml#L1011 -->
+        <!-- 
https://github.com/netty/netty/blob/netty-4.1.137.Final/pom.xml#L1011 -->
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcpkix-jdk15on</artifactId>
diff --git a/gremlin-server/src/main/static/NOTICE 
b/gremlin-server/src/main/static/NOTICE
index 7874e0423c..c4a2f54693 100644
--- a/gremlin-server/src/main/static/NOTICE
+++ b/gremlin-server/src/main/static/NOTICE
@@ -87,7 +87,7 @@ LongAdder), which was released with the following comments:
     http://creativecommons.org/publicdomain/zero/1.0/
 
 ------------------------------------------------------------------------
-Netty 4.1.136.Final
+Netty 4.1.137.Final
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
 
diff --git a/pom.xml b/pom.xml
index 0b22be961e..53334b1f32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@ limitations under the License.
         <logback.version>1.2.13</logback.version>
         <metrics.version>3.0.2</metrics.version>
         <mockito.version>3.10.0</mockito.version>
-        <netty.version>4.1.136.Final</netty.version>
+        <netty.version>4.1.137.Final</netty.version>
         <slf4j.version>1.7.25</slf4j.version>
         <snakeyaml.version>2.0</snakeyaml.version>
         <spark.version>3.3.2</spark.version>

Reply via email to