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 fb0c6e3 RATIS-2365. Bump Netty to 4.1.128, gRPC to 1.77.0 (#76)
fb0c6e3 is described below
commit fb0c6e3cbecac19634645861d1bf7d2dc8f43354
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Nov 23 07:33:32 2025 +0100
RATIS-2365. Bump Netty to 4.1.128, gRPC to 1.77.0 (#76)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1b41cc6..ac92af6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,9 +68,9 @@
<!--Version of protobuf to be shaded -->
<shaded.protobuf.version>3.25.8</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
- <shaded.grpc.version>1.75.0</shaded.grpc.version>
+ <shaded.grpc.version>1.77.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.127.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.128.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.21</shaded.dropwizard.version>