Upgrade to Netty 3.5.4, closes #2180.

This commit is contained in:
Shay Banon 2012-08-16 12:15:24 -07:00
parent b0b5775c98
commit 341c53b580
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.3.Final</version>
<version>3.5.4.Final</version>
<scope>compile</scope>
</dependency>