Upgrade to netty 3.4.6

Contains no applicable changes to our usage, but still be on track with latest
This commit is contained in:
Shay Banon 2012-05-29 19:33:21 +02:00
parent 4504fc2937
commit 398e8a597f
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.4.5.Final</version>
<version>3.4.6.Final</version>
<scope>compile</scope>
</dependency>
<!-- END: dependencies that are shaded -->