update to netty 3.9.0

This commit is contained in:
Shay Banon 2013-12-23 20:06:35 +01:00
parent 682e9548c1
commit e5f52ce778
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty</artifactId> <artifactId>netty</artifactId>
<version>3.8.0.Final</version> <version>3.9.0.Final</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>