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 2021/12/12 03:55:09 UTC

[ratis-thirdparty] branch master updated: RATIS-1466. Upgrade gRPC to 1.42.1 (#22)

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-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new a5d63b2  RATIS-1466. Upgrade gRPC to 1.42.1 (#22)
a5d63b2 is described below

commit a5d63b2dfd7d8a9e854f445367ec78754b7ec91e
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Sun Dec 12 04:55:02 2021 +0100

    RATIS-1466. Upgrade gRPC to 1.42.1 (#22)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c6da04e..f177a65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <!--Version of protobuf to be shaded -->
     <shaded.protobuf.version>3.12.0</shaded.protobuf.version>
     <!--Version of grpc to be shaded -->
-    <shaded.grpc.version>1.33.0</shaded.grpc.version>
+    <shaded.grpc.version>1.42.1</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
     <shaded.netty.version>4.1.63.Final</shaded.netty.version>
     <!--Version of tcnative to be shaded -->