Prechádzať zdrojové kódy

Bump netty-codec-http in /frameworks/Java/netty (#6970)

Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.65.Final to 4.1.71.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.65.Final...netty-4.1.71.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 rokov pred
rodič
commit
e711b8d49c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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.65.Final</netty.version>
+		<netty.version>4.1.71.Final</netty.version>
 	</properties>
 
 	<packaging>jar</packaging>