Przeglądaj źródła

HADOOP-16643. Update netty4 to the latest 4.1.42. Contributed by Lisheng Sun.

(cherry picked from commit 85af77c75768416db24ca506fd1704ce664ca92f)
Wei-Chiu Chuang 5 lat temu
rodzic
commit
7bb5bf0e4e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      hadoop-project/pom.xml

+ 1 - 1
hadoop-project/pom.xml

@@ -787,7 +787,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.0.52.Final</version>
+        <version>4.1.42.Final</version>
       </dependency>
 
       <dependency>