This is an automated email from the ASF dual-hosted git repository.
tanxinyu 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 a9154289b RATIS-2328. Bump ratis-thirdparty from 1.0.9 to 1.0.10
(#1284)
a9154289b is described below
commit a9154289b68427a0319e39a3cfd6bb2d235b1fc6
Author: Potato <[email protected]>
AuthorDate: Fri Sep 19 09:59:10 2025 +0800
RATIS-2328. Bump ratis-thirdparty from 1.0.9 to 1.0.10 (#1284)
Signed-off-by: OneSizeFitQuorum <[email protected]>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 01b657e60..b93500d3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,11 +207,11 @@
<maven.min.version>3.3.9</maven.min.version>
<!-- Contains all shaded thirdparty dependencies -->
- <ratis.thirdparty.version>1.0.9</ratis.thirdparty.version>
+ <ratis.thirdparty.version>1.0.10</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.71.0</shaded.grpc.version>
+ <shaded.protobuf.version>3.25.8</shaded.protobuf.version>
+ <shaded.grpc.version>1.75.0</shaded.grpc.version>
<!-- Test properties -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>