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 7de62f5 RATIS-2276. Bump Netty to 4.1.119.Final, gRPC to 1.71.0 (#64)
7de62f5 is described below
commit 7de62f57d82da4274021cb399b02a820df682e0a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Apr 5 17:22:38 2025 +0200
RATIS-2276. Bump Netty to 4.1.119.Final, gRPC to 1.71.0 (#64)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a447711..3afe89a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,9 +73,9 @@
<!--Version of protobuf to be shaded -->
<shaded.protobuf.version>3.25.5</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
- <shaded.grpc.version>1.69.0</shaded.grpc.version>
+ <shaded.grpc.version>1.71.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.115.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.119.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->
<shaded.dropwizard.version>4.2.21</shaded.dropwizard.version>