HADOOP-16871. Upgrade Netty version to 4.1.45.Final to handle CVE-2019-20444,CVE-2019-16869
(cherry picked from commitc6b8a30386
) (cherry picked from commit74fa55afc3
) Conflicts: hadoop-project/pom.xml
This commit is contained in:
parent
7bb5bf0e4e
commit
e829631eed
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue