HADOOP-15849. Upgrade netty version to 3.10.6.

(cherry picked from commit 8853fc8a55)
This commit is contained in:
Xiao Chen 2018-10-13 20:21:36 -07:00 committed by Masatake Iwasaki
parent 8cc702ad38
commit 5167a29adb
1 changed files with 1 additions and 1 deletions

View File

@ -776,7 +776,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.5.Final</version>
<version>3.10.6.Final</version>
</dependency>
<dependency>