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 ta...@apache.org on 2021/10/08 01:35:21 UTC

[hadoop] branch trunk updated: HADOOP-17955. Bump netty to the latest 4.1.68. (#3528)

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

tasanuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cf4d2d8  HADOOP-17955. Bump netty to the latest 4.1.68. (#3528)
cf4d2d8 is described below

commit cf4d2d826cad941ae3648ff9b6057856bb199fc4
Author: Takanobu Asanuma <ta...@apache.org>
AuthorDate: Fri Oct 8 10:34:51 2021 +0900

    HADOOP-17955. Bump netty to the latest 4.1.68. (#3528)
    
    Reviewed-by: Masatake Iwasaki <iw...@apache.org>
---
 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 8d882e4..8de03f5 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -138,7 +138,7 @@
     <gson.version>2.2.4</gson.version>
     <metrics.version>3.2.4</metrics.version>
     <netty3.version>3.10.6.Final</netty3.version>
-    <netty4.version>4.1.61.Final</netty4.version>
+    <netty4.version>4.1.68.Final</netty4.version>
     <snappy-java.version>1.1.8.2</snappy-java.version>
     <lz4-java.version>1.7.1</lz4-java.version>
 

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