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 6318de7 RATIS-2528. Bump Netty to 4.1.133 (#111)
6318de7 is described below
commit 6318de795e2d1b9c4150297b732b60025a720bc4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon May 11 08:34:43 2026 +0200
RATIS-2528. Bump Netty to 4.1.133 (#111)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 42a0387..4c92252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<!--Version of grpc to be shaded -->
<shaded.grpc.version>1.80.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.132.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.133.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.38</shaded.dropwizard.version>