You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by dr...@apache.org on 2022/08/24 05:16:31 UTC

[ratis] 04/04: RATIS-1684. Upgrade Ratis Thirdparty to 1.0.2 (#723)

This is an automated email from the ASF dual-hosted git repository.

dragonyliu pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/ratis.git

commit 533ea82936d1fba9c574189a3cd699e9bba02620
Author: Yaolong Liu <ly...@163.com>
AuthorDate: Wed Aug 24 10:57:17 2022 +0800

    RATIS-1684. Upgrade Ratis Thirdparty to 1.0.2 (#723)
    
    (cherry picked from commit d205e8264ce73578c78ed5d5a78e4255d274492a)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ffffe82e3..55a75c723 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,11 +205,11 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!-- Contains all shaded thirdparty dependencies -->
-    <ratis.thirdparty.version>1.0.1</ratis.thirdparty.version>
+    <ratis.thirdparty.version>1.0.2</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
     <shaded.protobuf.version>3.19.2</shaded.protobuf.version>
-    <shaded.grpc.version>1.44.0</shaded.grpc.version>
+    <shaded.grpc.version>1.48.1</shaded.grpc.version>
 
     <!-- Test properties -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>