Browse Source

update netty (#7653)

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

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

@@ -11,7 +11,7 @@
 	<properties>
 	<properties>
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
 		<maven.compiler.target>11</maven.compiler.target>
-		<netty.version>4.1.77.Final</netty.version>
+		<netty.version>4.1.84.Final</netty.version>
 	</properties>
 	</properties>
 
 
 	<packaging>jar</packaging>
 	<packaging>jar</packaging>
@@ -41,7 +41,7 @@
 		<dependency>
 		<dependency>
 			<groupId>io.netty.incubator</groupId>
 			<groupId>io.netty.incubator</groupId>
 			<artifactId>netty-incubator-transport-native-io_uring</artifactId>
 			<artifactId>netty-incubator-transport-native-io_uring</artifactId>
-			<version>0.0.5.Final</version>
+			<version>0.0.15.Final</version>
 			<classifier>linux-x86_64</classifier>
 			<classifier>linux-x86_64</classifier>
 		</dependency>
 		</dependency>