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

[ratis] branch master updated: RATIS-1572. Upgrade Ratis Thirdparty to 1.0.0 (#639)

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 afc7334a RATIS-1572. Upgrade Ratis Thirdparty to 1.0.0 (#639)
afc7334a is described below

commit afc7334a2342e36a0c14f58d5f1775fb3e400e66
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Thu May 5 18:37:10 2022 +0200

    RATIS-1572. Upgrade Ratis Thirdparty to 1.0.0 (#639)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 420416fa..bfb75d80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,11 +204,11 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!-- Contains all shaded thirdparty dependencies -->
-    <ratis.thirdparty.version>0.7.0</ratis.thirdparty.version>
+    <ratis.thirdparty.version>1.0.0</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
-    <shaded.protobuf.version>3.12.0</shaded.protobuf.version>
-    <shaded.grpc.version>1.33.0</shaded.grpc.version>
+    <shaded.protobuf.version>3.19.2</shaded.protobuf.version>
+    <shaded.grpc.version>1.44.0</shaded.grpc.version>
 
     <!-- Test properties -->
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>