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

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


The following commit(s) were added to refs/heads/master by this push:
     new 81f5770  RATIS-1113. Update gRPC to 1.33.0. (#11)
81f5770 is described below

commit 81f57708cdb8d9f1faacb9a587825dd1b4b6b492
Author: Mukul Kumar Singh <[email protected]>
AuthorDate: Wed Nov 11 19:26:15 2020 +0530

    RATIS-1113. Update gRPC to 1.33.0. (#11)
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 21f2090..96ea32d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,13 +70,13 @@
     <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
 
     <!--Version of protobuf to be shaded -->
-    <shaded.protobuf.version>3.11.0</shaded.protobuf.version>
+    <shaded.protobuf.version>3.12.0</shaded.protobuf.version>
     <!--Version of grpc to be shaded -->
-    <shaded.grpc.version>1.29.0</shaded.grpc.version>
+    <shaded.grpc.version>1.33.0</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
-    <shaded.netty.version>4.1.50.Final</shaded.netty.version>
+    <shaded.netty.version>4.1.51.Final</shaded.netty.version>
     <!--Version of tcnative to be shaded -->
-    <shaded.netty.tcnative.version>2.0.28.Final</shaded.netty.tcnative.version>
+    <shaded.netty.tcnative.version>2.0.31.Final</shaded.netty.tcnative.version>
 
     <!-- third party library versions -->
     <commons-lang3.version>3.8.1</commons-lang3.version>

Reply via email to