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 b7ee3938e9
commit bd5b59feea
1 changed files with 1 additions and 1 deletions

View File

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