This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/branch-1 by this push:
new c064dd6 RATIS-2609. Bump grpc to 1.82.2 (#148)
c064dd6 is described below
commit c064dd6441525192f7599c051933d2dba33267d5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 10:25:18 2026 +0200
RATIS-2609. Bump grpc to 1.82.2 (#148)
(cherry picked from commit c18815eb38999b7aa59f550cc6b1f137ea294b4c)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 67429d9..e37a819 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<!--Version of protobuf to be shaded -->
<shaded.protobuf.version>3.25.9</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
- <shaded.grpc.version>1.82.1</shaded.grpc.version>
+ <shaded.grpc.version>1.82.2</shaded.grpc.version>
<!--Version of Netty to be shaded -->
<shaded.netty.version>4.1.136.Final</shaded.netty.version>
<!--Version of dropwizard to be shaded -->