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 2020/04/16 04:06:57 UTC

[hadoop] branch branch-3.1 updated: HADOOP-16982. Update Netty to 4.1.48.Final. Contributed by Lisheng Sun.

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 796bafe  HADOOP-16982. Update Netty to 4.1.48.Final. Contributed by Lisheng Sun.
796bafe is described below

commit 796bafedbaa032847bd18ca8b452a540baf674cf
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Thu Apr 16 11:57:08 2020 +0900

    HADOOP-16982. Update Netty to 4.1.48.Final. Contributed by Lisheng Sun.
---
 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 9647945..adf6e73 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -787,7 +787,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.1.45.Final</version>
+        <version>4.1.48.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