Update netty entry in pom.xml to the latest version.

This commit is contained in:
Major-
2014-08-03 18:17:47 +01:00
parent f3799bb434
commit 44bab32e86
+1 -1
View File
@@ -40,7 +40,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.20.Final</version>
<version>4.0.21.Final</version>
<scope>compile</scope>
</dependency>
<dependency>