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 e829631  HADOOP-16871. Upgrade Netty version to 4.1.45.Final to handle 
CVE-2019-20444,CVE-2019-16869
e829631 is described below

commit e829631eed3c94006ed7826ddef4f09d3d7591f9
Author: Brahma Reddy Battula <bra...@apache.org>
AuthorDate: Mon Mar 9 19:21:58 2020 +0530

    HADOOP-16871. Upgrade Netty version to 4.1.45.Final to handle 
CVE-2019-20444,CVE-2019-16869
    
    (cherry picked from commit c6b8a3038646697b77f6db54a2ef6266a9fc7888)
    (cherry picked from commit 74fa55afc3d333d7d99397754f45b3fc54bc0f4a)
    
     Conflicts:
        hadoop-project/pom.xml
---
 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 0983579..a711873 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.42.Final</version>
+        <version>4.1.45.Final</version>
       </dependency>
 
       <dependency>


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

Reply via email to