Browse Source

Bump io.netty:netty-codec-http in /frameworks/Java/netty

Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.92.Final to 4.1.108.Final.
- [Commits](https://github.com/netty/netty/compare/netty-4.1.92.Final...netty-4.1.108.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 year ago
parent
commit
c0d1546048
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.92.Final</netty.version>
+		<netty.version>4.1.108.Final</netty.version>
 		<io_uring.version>0.0.21.Final</io_uring.version>
 	</properties>