Upgrade to Netty 3.9.3.Final

closes #7328
This commit is contained in:
Shay Banon 2014-08-18 20:11:37 -07:00
parent 247ff7d801
commit fc405f6f8a

View File

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