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 8decd14 RATIS-2551. Bump Netty to 4.2.14 (#122)
8decd14 is described below
commit 8decd14a68ea575b7e8a915f8530b9a88e051660
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 09:24:31 2026 +0200
RATIS-2551. Bump Netty to 4.2.14 (#122)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e3caf1a..1195e41 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.13.Final</shaded.netty.version>
+ <shaded.netty.version>4.2.14.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.38</shaded.dropwizard.version>