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 03e3878 RATIS-1496. Upgrade gRPC to 1.43.2 (#24)
03e3878 is described below
commit 03e387822951ad065b12317771427294fc65faa9
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jan 24 05:26:30 2022 +0100
RATIS-1496. Upgrade gRPC to 1.43.2 (#24)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c2854f2..c5ef166 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,9 +70,9 @@
<protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
<!--Version of protobuf to be shaded -->
- <shaded.protobuf.version>3.12.0</shaded.protobuf.version>
+ <shaded.protobuf.version>3.19.2</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
- <shaded.grpc.version>1.42.1</shaded.grpc.version>
+ <shaded.grpc.version>1.43.2</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 -->