You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ms...@apache.org on 2020/06/23 19:38:38 UTC

[incubator-ratis] branch master updated: RATIS-963. Update gRPC to 1.29.0. (#117)

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

msingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 32bc9e4  RATIS-963. Update gRPC to 1.29.0. (#117)
32bc9e4 is described below

commit 32bc9e47db819e3c79a7bebfd2a96f2941bd794d
Author: Mukul Kumar Singh <ms...@apache.org>
AuthorDate: Wed Jun 24 01:07:52 2020 +0530

    RATIS-963. Update gRPC to 1.29.0. (#117)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8af6a56..b6e831c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in ratis-thirdparty -->
     <shaded.protobuf.version>3.11.0</shaded.protobuf.version>
-    <shaded.grpc.version>1.28.1</shaded.grpc.version>
+    <shaded.grpc.version>1.29.0</shaded.grpc.version>
 
 
     <!-- Test properties -->