upgrade to netty 3.7.0

This commit is contained in:
Shay Banon 2013-09-16 15:05:18 +02:00
parent 6c3e7d36c0
commit 31097691af
1 changed files with 1 additions and 1 deletions

View File

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