瀏覽代碼

update netty to version 4.0.28

Luis Filipe dos Santos Neves 10 年之前
父節點
當前提交
1657342fb4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frameworks/Java/netty/pom.xml

+ 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.26.Final</version>
+			<version>4.0.28.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.26.Final</version>
+			<version>4.0.28.Final</version>
 			<classifier>linux-x86_64</classifier>
 			<classifier>linux-x86_64</classifier>
 		</dependency>
 		</dependency>
 		<dependency>
 		<dependency>