You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by lj...@apache.org on 2020/04/16 07:54:37 UTC

[incubator-ratis-thirdparty] branch master updated: RATIS-847. Upgrade netty, grpc, protobuf and netty.tcnative version in ratis-thirdparty. Contributed by Mukul Kumar Singh.

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 ff2a17d  RATIS-847. Upgrade netty, grpc, protobuf and netty.tcnative version in ratis-thirdparty. Contributed by Mukul Kumar Singh.
ff2a17d is described below

commit ff2a17d99f919eabd53d3b3ea207c8b2176d6cb5
Author: Lokesh Jain <lj...@apache.org>
AuthorDate: Thu Apr 16 13:22:42 2020 +0530

    RATIS-847. Upgrade netty, grpc, protobuf and netty.tcnative version in ratis-thirdparty. Contributed by Mukul Kumar Singh.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89330ce..2f668e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,13 +67,13 @@
     <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
 
     <!--Version of protobuf to be shaded -->
-    <shaded.protobuf.version>3.10.0</shaded.protobuf.version>
+    <shaded.protobuf.version>3.11.0</shaded.protobuf.version>
     <!--Version of grpc to be shaded -->
-    <shaded.grpc.version>1.24.0</shaded.grpc.version>
+    <shaded.grpc.version>1.28.1</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
-    <shaded.netty.version>4.1.46.Final</shaded.netty.version>
+    <shaded.netty.version>4.1.48.Final</shaded.netty.version>
     <!--Version of tcnative to be shaded -->
-    <shaded.netty.tcnative.version>2.0.25.Final</shaded.netty.tcnative.version>
+    <shaded.netty.tcnative.version>2.0.28.Final</shaded.netty.tcnative.version>
 
     <io.opencensus.version>0.21.0</io.opencensus.version>
     <ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>