Browse Source

update netty to version 4.0.30

Luis Neves 10 years ago
parent
commit
4c98892fc0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      frameworks/Java/netty/README.md
  2. 2 2
      frameworks/Java/netty/pom.xml

+ 1 - 1
frameworks/Java/netty/README.md

@@ -8,7 +8,7 @@ This is the netty portion of a [benchmarking test suite](../) comparing a variet
 ## Versions
 ## Versions
 
 
 * [Java OpenJDK 1.7.0_09](http://openjdk.java.net/)
 * [Java OpenJDK 1.7.0_09](http://openjdk.java.net/)
-* [Netty 4.0.25](http://netty.io/)
+* [Netty 4.0.30](http://netty.io/)
 * [Jackson 2.5.0](http://wiki.fasterxml.com/JacksonHome)
 * [Jackson 2.5.0](http://wiki.fasterxml.com/JacksonHome)
 
 
 ## References
 ## References

+ 2 - 2
frameworks/Java/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.28.Final</version>
+			<version>4.0.30.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.28.Final</version>
+			<version>4.0.30.Final</version>
 			<classifier>linux-x86_64</classifier>
 			<classifier>linux-x86_64</classifier>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>