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 b125ce4 RATIS-2607. Bump netty to 4.2.16 (#145)
b125ce4 is described below
commit b125ce43eb4e7095d171daddb38ea71f6eaf3743
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 11:18:59 2026 +0200
RATIS-2607. Bump netty to 4.2.16 (#145)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 082d651..ccd2662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<!--Version of grpc to be shaded -->
<shaded.grpc.version>1.82.1</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.2.15.Final</shaded.netty.version>
+ <shaded.netty.version>4.2.16.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.39</shaded.dropwizard.version>