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 b6d8a2e RATIS-2457. Bump gRPC to 1.80.0 (#88)
b6d8a2e is described below
commit b6d8a2eeee8e0f29dabef9ada8ebdef97ea535aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 16:26:29 2026 +0100
RATIS-2457. Bump gRPC to 1.80.0 (#88)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1ceb519..285aef6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
<!--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.1</shaded.grpc.version>
+ <shaded.grpc.version>1.80.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
<shaded.netty.version>4.1.132.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->