This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/branch-1 by this push:
new 691a7f2 RATIS-2566. Bump Netty to 4.1.135 (#128)
691a7f2 is described below
commit 691a7f23127c57e759f8a67fafa3103531e790a8
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jun 24 14:37:50 2026 +0200
RATIS-2566. Bump Netty to 4.1.135 (#128)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c6795e1..c2f7661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<!--Version of grpc to be shaded -->
<shaded.grpc.version>1.82.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.133.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.135.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.39</shaded.dropwizard.version>