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/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bdf24f  RATIS-1303. Upgrade Ratis Thirdparty to 0.6.0 - addendum 
(#413)
0bdf24f is described below

commit 0bdf24f3e307246e5dcaefac03e41c9fb69a6ef1
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Feb 1 02:41:40 2021 +0100

    RATIS-1303. Upgrade Ratis Thirdparty to 0.6.0 - addendum (#413)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index db4814e..5075aea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,8 +226,8 @@
     <ratis.thirdparty.version>0.6.0</ratis.thirdparty.version>
 
     <!-- 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.29.0</shaded.grpc.version>
+    <shaded.protobuf.version>3.12.0</shaded.protobuf.version>
+    <shaded.grpc.version>1.33.0</shaded.grpc.version>
 
     <hadoop.protobuf.version>2.5.0</hadoop.protobuf.version>
 

Reply via email to