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.git
The following commit(s) were added to refs/heads/master by this push:
new c36dac066 RATIS-2285. Bump ratis-thirdparty to 1.0.9 (#1252)
c36dac066 is described below
commit c36dac066af4026a90a161df7822e5e957c1ce77
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri May 2 20:53:43 2025 +0200
RATIS-2285. Bump ratis-thirdparty to 1.0.9 (#1252)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 496bf305c..af14e426f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,11 +208,11 @@
<maven.min.version>3.3.9</maven.min.version>
<!-- Contains all shaded thirdparty dependencies -->
- <ratis.thirdparty.version>1.0.8</ratis.thirdparty.version>
+ <ratis.thirdparty.version>1.0.9</ratis.thirdparty.version>
<!-- Need these for the protobuf compiler. *MUST* match what is in
ratis-thirdparty -->
<shaded.protobuf.version>3.25.5</shaded.protobuf.version>
- <shaded.grpc.version>1.69.0</shaded.grpc.version>
+ <shaded.grpc.version>1.71.0</shaded.grpc.version>
<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>