upgrade to netty 3.6.0

This commit is contained in:
Shay Banon 2012-12-27 11:55:22 -08:00
parent b7ff23ff93
commit d739498498
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.5.11.Final</version>
<version>3.6.0.Final</version>
<scope>compile</scope>
</dependency>