upgrade to Netty 3.8.0

This commit is contained in:
Shay Banon 2013-11-09 15:41:24 +01:00
parent ffe5e1861f
commit b17732ea56
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.7.0.Final</version>
<version>3.8.0.Final</version>
<scope>compile</scope>
</dependency>