upgrade to netty 3.6.2

This commit is contained in:
Shay Banon 2013-01-18 12:47:13 +01:00
parent 393de984bd
commit 468295dc37
1 changed files with 1 additions and 1 deletions

View File

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