This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch release-3.1.3_review in repository https://gitbox.apache.org/repos/asf/ratis.git
commit 6cc5be003bf852fd25c7ddfc6d8db9b9555acca2 Author: Potato <[email protected]> AuthorDate: Fri Dec 27 21:05:46 2024 +0800 RATIS-2231. Bump ratis-thirdparty to 1.0.8 (#1202) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ac3d237f1..9ccba3d59 100644 --- a/pom.xml +++ b/pom.xml @@ -206,11 +206,11 @@ <maven.min.version>3.3.9</maven.min.version> <!-- Contains all shaded thirdparty dependencies --> - <ratis.thirdparty.version>1.0.7</ratis.thirdparty.version> + <ratis.thirdparty.version>1.0.8</ratis.thirdparty.version> <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty --> - <shaded.protobuf.version>3.24.4</shaded.protobuf.version> - <shaded.grpc.version>1.58.0</shaded.grpc.version> + <shaded.protobuf.version>3.25.5</shaded.protobuf.version> + <shaded.grpc.version>1.69.0</shaded.grpc.version> <!-- Test properties --> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
