Browse Source

update netty to 4.0.17

luis.neves 11 years ago
parent
commit
b02e306ac4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      netty/pom.xml

+ 2 - 2
netty/pom.xml

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