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 we...@apache.org on 2021/04/12 05:55:28 UTC

[hadoop] branch branch-3.1 updated: HADOOP-17614. Bump netty to the latest 4.1.61. (#2871)

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

weichiu 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 5a6867e  HADOOP-17614. Bump netty to the latest 4.1.61. (#2871)
5a6867e is described below

commit 5a6867e2bd5f55f6d1ed40154dc88e16caa75c8a
Author: Wei-Chiu Chuang <we...@apache.org>
AuthorDate: Sun Apr 11 22:55:01 2021 -0700

    HADOOP-17614. Bump netty to the latest 4.1.61. (#2871)
---
 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 2459490..1c6c932 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -788,7 +788,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.1.48.Final</version>
+        <version>4.1.61.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