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 2022/08/03 16:20:59 UTC

[ratis-thirdparty] branch master updated: RATIS-1632. Upgrade gRPC to 1.48.1 (#36)

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 5fe08ee  RATIS-1632. Upgrade gRPC to 1.48.1 (#36)
5fe08ee is described below

commit 5fe08eeebc0e6d2530fc1b100f582220670d2bbb
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Aug 3 18:20:54 2022 +0200

    RATIS-1632. Upgrade gRPC to 1.48.1 (#36)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc9e351..d59cc03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <!--Version of protobuf to be shaded -->
     <shaded.protobuf.version>3.19.2</shaded.protobuf.version>
     <!--Version of grpc to be shaded -->
-    <shaded.grpc.version>1.44.0</shaded.grpc.version>
+    <shaded.grpc.version>1.48.1</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
     <shaded.netty.version>4.1.77.Final</shaded.netty.version>
     <!--Version of dropwizard to be shaded -->