Upgrade to netty 3.9.1

closes #6331
This commit is contained in:
Shay Banon 2014-05-28 14:40:11 +02:00
parent bec51a618f
commit b2c7c8b0e7
1 changed files with 1 additions and 1 deletions

View File

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