You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2020/03/06 22:10:21 UTC

[incubator-ratis-thirdparty] branch master updated: RATIS-824. [thirdparty] periodic dependency update. Contributed by Wei-Chiu Chuang

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-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new ad61e88  RATIS-824. [thirdparty] periodic dependency update.  Contributed by Wei-Chiu Chuang
ad61e88 is described below

commit ad61e883a38a3946b6f92cdbd97e9837c447a82e
Author: Tsz Wo Nicholas Sze <sz...@apache.org>
AuthorDate: Fri Mar 6 14:09:11 2020 -0800

    RATIS-824. [thirdparty] periodic dependency update.  Contributed by Wei-Chiu Chuang
---
 misc/pom.xml | 2 +-
 pom.xml      | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/misc/pom.xml b/misc/pom.xml
index c43eda9..d9c94b3 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>24.1-jre</version>
+      <version>${guava.version}</version>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
diff --git a/pom.xml b/pom.xml
index d19bcb1..02312c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,14 +71,15 @@
     <!--Version of grpc to be shaded -->
     <shaded.grpc.version>1.24.0</shaded.grpc.version>
     <!--Version of Netty to be shaded -->
-    <shaded.netty.version>4.1.38.Final</shaded.netty.version>
+    <shaded.netty.version>4.1.46.Final</shaded.netty.version>
     <!--Version of tcnative to be shaded -->
     <shaded.netty.tcnative.version>2.0.25.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>
     <ratis.thirdparty.shaded.native.prefix>org_apache_ratis_thirdparty_</ratis.thirdparty.shaded.native.prefix>
-    <hadoop.version>3.1.1</hadoop.version>
+    <hadoop.version>3.1.3</hadoop.version>
+    <guava.version>28.2-jre</guava.version>
   </properties>
 
   <dependencyManagement>
@@ -121,7 +122,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>24.1-jre</version>
+        <version>${guava.version}</version>
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>