Upgrade to netty 3.5.5, closes #2196.

This commit is contained in:
Shay Banon 2012-08-23 01:30:49 +02:00
parent 14c11a94fb
commit 377914bd07
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.4.Final</version>
<version>3.5.5.Final</version>
<scope>compile</scope>
</dependency>