This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new ba1d44f RATIS-2527. Bump Netty to 4.2.13 (#112)
ba1d44f is described below
commit ba1d44faff20b00006aec749e600b57faea26626
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon May 11 08:24:27 2026 +0200
RATIS-2527. Bump Netty to 4.2.13 (#112)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 94e1485..5975c34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<!--Version of grpc to be shaded -->
<shaded.grpc.version>1.81.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.2.12.Final</shaded.netty.version>
+ <shaded.netty.version>4.2.13.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.38</shaded.dropwizard.version>