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 94abd12 RATIS-2381. Bump Netty to 4.1.130, gRPC to 1.77.1 (#77)
94abd12 is described below
commit 94abd12049ee23780117a9b9cbd6c886ee556dee
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jan 12 18:51:53 2026 +0100
RATIS-2381. Bump Netty to 4.1.130, gRPC to 1.77.1 (#77)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ac92af6..0f6c852 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.77.0</shaded.grpc.version>
+ <shaded.grpc.version>1.77.1</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.128.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.130.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.21</shaded.dropwizard.version>