浏览代码

update netty to 4.0.17

luis.neves 11 年之前
父节点
当前提交
b02e306ac4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      netty/pom.xml

+ 2 - 2
netty/pom.xml

@@ -13,12 +13,12 @@
 		<dependency>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-codec-http</artifactId>
-			<version>4.0.16.Final</version>
+			<version>4.0.17.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-transport-native-epoll</artifactId>
-			<version>4.0.16.Final</version>
+			<version>4.0.17.Final</version>
 		</dependency>
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>