Browse Source

Merge pull request #7791 from TechEmpower/dependabot/maven/frameworks/Java/netty/io.netty-netty-codec-http-4.1.86.Final

Bump netty-codec-http from 4.1.84.Final to 4.1.86.Final in /frameworks/Java/netty
github-actions[bot] 2 years ago
parent
commit
4987f4c470
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/netty/pom.xml

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

@@ -11,7 +11,7 @@
 	<properties>
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
-		<netty.version>4.1.84.Final</netty.version>
+		<netty.version>4.1.86.Final</netty.version>
 	</properties>
 
 	<packaging>jar</packaging>