Browse Source

update to netty 3.9.0

Shay Banon 12 years ago
parent
commit
e5f52ce778
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

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