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 04:59:31 UTC

[ratis] branch master updated: 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 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 d495846f0 RATIS-1821. Upgrade ratis-thirdparty version to 1.0.4 (#862)
d495846f0 is described below

commit d495846f0b754a67594cc48f5559ca36838fd700
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)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index df6975b97..6d33d04f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,11 +208,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>