Browse Source

update netty to version 4.1.0.CR7

Luis Neves 9 years ago
parent
commit
3855469d7e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/netty/pom.xml

+ 2 - 2
frameworks/Java/netty/pom.xml

@@ -12,12 +12,12 @@
 		<dependency>
 		<dependency>
 			<groupId>io.netty</groupId>
 			<groupId>io.netty</groupId>
 			<artifactId>netty-codec-http</artifactId>
 			<artifactId>netty-codec-http</artifactId>
-			<version>4.1.0.CR4</version>
+			<version>4.1.0.CR7</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.1.0.CR4</version>
+			<version>4.1.0.CR7</version>
 			<classifier>linux-x86_64</classifier>
 			<classifier>linux-x86_64</classifier>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>