Merge pull request #11304 from kimchy/upgrade_netty_3_10_3

Upgrade to Netty 3.10.3
This commit is contained in:
Shay Banon 2015-05-22 18:42:16 +02:00
commit 2eaaef571c
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.0.Final</version>
<version>3.10.3.Final</version>
<scope>compile</scope>
</dependency>