You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2019/09/30 22:13:06 UTC

[hadoop] branch branch-3.1 updated: HADOOP-15849. Upgrade netty version to 3.10.6.

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

iwasakims pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 5167a29  HADOOP-15849. Upgrade netty version to 3.10.6.
5167a29 is described below

commit 5167a29adb56f1b2bef7f6e59ba1471e8d3b398f
Author: Xiao Chen <xi...@apache.org>
AuthorDate: Sat Oct 13 20:21:36 2018 -0700

    HADOOP-15849. Upgrade netty version to 3.10.6.
    
    (cherry picked from commit 8853fc8a55b07ecdc5ce8d85278b822e5675d97a)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index ff9e73f..15e6adb 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -776,7 +776,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty</artifactId>
-        <version>3.10.5.Final</version>
+        <version>3.10.6.Final</version>
       </dependency>
 
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org