Upgrade to netty 3.5.10

closes #2399
This commit is contained in:
Shay Banon 2012-11-12 10:39:27 +01:00
parent edaa65dba2
commit ac3501bc72
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.5.9.Final</version>
<version>3.5.10.Final</version>
<scope>compile</scope>
</dependency>