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 bc91558  RATIS-2212. Bump grpc to 1.69.0 (#58)
bc91558 is described below

commit bc91558faa10b602effa48f0737fe00aa13f58e0
Author: Potato <[email protected]>
AuthorDate: Tue Dec 17 15:42:07 2024 +0800

    RATIS-2212. Bump grpc to 1.69.0 (#58)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4e6cc0..fbbd679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <!--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.58.0</shaded.grpc.version>
+    <shaded.grpc.version>1.69.0</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
     <shaded.netty.version>4.1.115.Final</shaded.netty.version>
     <!--Version of dropwizard to be shaded -->

Reply via email to