This is an automated email from the ASF dual-hosted git repository.
msingh 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 5b057e6 RATIS-407. Update grpc version to 1.24.0 and protobuf to
3.10.0 in Ratis thirdparty. Contributed by Mukul Kumar Singh.
5b057e6 is described below
commit 5b057e6a41aecab675d70faa36e1aa13fa0265ed
Author: Mukul Kumar Singh <[email protected]>
AuthorDate: Fri Oct 25 22:14:16 2019 +0530
RATIS-407. Update grpc version to 1.24.0 and protobuf to 3.10.0 in Ratis
thirdparty. Contributed by Mukul Kumar Singh.
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8421dea..d19bcb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,15 +67,15 @@
<protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
<!--Version of protobuf to be shaded -->
- <shaded.protobuf.version>3.5.0</shaded.protobuf.version>
+ <shaded.protobuf.version>3.10.0</shaded.protobuf.version>
<!--Version of grpc to be shaded -->
- <shaded.grpc.version>1.16.0</shaded.grpc.version>
+ <shaded.grpc.version>1.24.0</shaded.grpc.version>
<!--Version of Netty to be shaded -->
- <shaded.netty.version>4.1.30.Final</shaded.netty.version>
+ <shaded.netty.version>4.1.38.Final</shaded.netty.version>
<!--Version of tcnative to be shaded -->
- <shaded.netty.tcnative.version>2.0.17.Final</shaded.netty.tcnative.version>
+ <shaded.netty.tcnative.version>2.0.25.Final</shaded.netty.tcnative.version>
- <io.opencensus.version>0.12.2</io.opencensus.version>
+ <io.opencensus.version>0.21.0</io.opencensus.version>
<ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>
<ratis.thirdparty.shaded.native.prefix>org_apache_ratis_thirdparty_</ratis.thirdparty.shaded.native.prefix>
<hadoop.version>3.1.1</hadoop.version>