You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2023/03/22 08:20:34 UTC

[ratis] 18/18: RATIS-1821. Upgrade ratis-thirdparty version to 1.0.4 (#862)

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

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

commit 42c3c6ba40b062e07910b67a2a022e695744963f
Author: William Song <48...@users.noreply.github.com>
AuthorDate: Wed Mar 22 12:59:25 2023 +0800

    RATIS-1821. Upgrade ratis-thirdparty version to 1.0.4 (#862)
    
    (cherry picked from commit d495846f0b754a67594cc48f5559ca36838fd700)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2d447605a..599b71f2a 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.3</ratis.thirdparty.version>
+    <ratis.thirdparty.version>1.0.4</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
     <shaded.protobuf.version>3.19.6</shaded.protobuf.version>
-    <shaded.grpc.version>1.48.1</shaded.grpc.version>
+    <shaded.grpc.version>1.51.1</shaded.grpc.version>
 
     <!-- Test properties -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>