Browse Source

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

Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.49.Final to 4.1.77.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.1.49.Final...netty-4.1.77.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 years ago
parent
commit
e49fddca6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/jooby/pom.xml

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

@@ -12,7 +12,7 @@
 
   <properties>
     <jooby.version>2.9.5</jooby.version>
-    <netty.version>4.1.49.Final</netty.version>
+    <netty.version>4.1.77.Final</netty.version>
     <dsl-json.version>1.9.5</dsl-json.version>
     <postgresql.version>42.3.3</postgresql.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>