Skip to content

Commit 6f3093b

Browse files
jojochuangadoroszlai
authored andcommitted
CDPD-42112: HADOOP-18079. Upgrade Netty to 4.1.77. (apache#3977) (apache#4592)
Upgrade netty to address CVE-2019-20444, CVE-2019-20445 CVE-2022-24823 Contributed by Wei-Chiu Chuang (cherry picked from commit a55ace7) (cherry picked from commit 0c12873) Change-Id: Id78e33554e8aa93bf7afd183fc533cfdd285b4ea
1 parent 37647d2 commit 6f3093b

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

hadoop-project/pom.xml

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<gson.version>2.9.0</gson.version>
131131
<metrics.version>3.2.4</metrics.version>
132132
<netty3.version>3.10.6.Final</netty3.version>
133-
<netty4.version>4.1.68.Final</netty4.version>
133+
<netty4.version>4.1.77.Final</netty4.version>
134134

135135
<!-- define the Java language version used by the compiler -->
136136
<javac.version>1.8</javac.version>
@@ -839,6 +839,66 @@
839839
<version>${netty4.version}</version>
840840
</dependency>
841841

842+
<dependency>
843+
<groupId>io.netty</groupId>
844+
<artifactId>netty-codec-socks</artifactId>
845+
<version>${netty4.version}</version>
846+
</dependency>
847+
848+
<dependency>
849+
<groupId>io.netty</groupId>
850+
<artifactId>netty-handler-proxy</artifactId>
851+
<version>${netty4.version}</version>
852+
</dependency>
853+
854+
<dependency>
855+
<groupId>io.netty</groupId>
856+
<artifactId>netty-resolver</artifactId>
857+
<version>${netty4.version}</version>
858+
</dependency>
859+
860+
<dependency>
861+
<groupId>io.netty</groupId>
862+
<artifactId>netty-handler</artifactId>
863+
<version>${netty4.version}</version>
864+
</dependency>
865+
866+
<dependency>
867+
<groupId>io.netty</groupId>
868+
<artifactId>netty-buffer</artifactId>
869+
<version>${netty4.version}</version>
870+
</dependency>
871+
872+
<dependency>
873+
<groupId>io.netty</groupId>
874+
<artifactId>netty-transport</artifactId>
875+
<version>${netty4.version}</version>
876+
</dependency>
877+
878+
<dependency>
879+
<groupId>io.netty</groupId>
880+
<artifactId>netty-common</artifactId>
881+
<version>${netty4.version}</version>
882+
</dependency>
883+
884+
<dependency>
885+
<groupId>io.netty</groupId>
886+
<artifactId>netty-transport-native-unix-common</artifactId>
887+
<version>${netty4.version}</version>
888+
</dependency>
889+
890+
<dependency>
891+
<groupId>io.netty</groupId>
892+
<artifactId>netty-transport-native-epoll</artifactId>
893+
<version>${netty4.version}</version>
894+
</dependency>
895+
896+
<dependency>
897+
<groupId>io.netty</groupId>
898+
<artifactId>netty-codec</artifactId>
899+
<version>${netty4.version}</version>
900+
</dependency>
901+
842902
<dependency>
843903
<groupId>commons-io</groupId>
844904
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)