HADOOP-16871. Upgrade Netty version to 4.1.45.Final to handle CVE-2019-20444,CVE-2019-16869

(cherry picked from commit c6b8a30386)
(cherry picked from commit 74fa55afc3)

 Conflicts:
	hadoop-project/pom.xml
This commit is contained in:
Brahma Reddy Battula 2020-03-09 19:21:58 +05:30 committed by Wei-Chiu Chuang
parent 7bb5bf0e4e
commit e829631eed
1 changed files with 1 additions and 1 deletions

View File

@ -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>