Browse Source

upgrade to Netty 3.8.0

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

+ 1 - 1
pom.xml

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