Browse Source

build(deps): bump netty-codec-http in /benchmark (#1878)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1880/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
ec41313da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      benchmark/pom.xml

2
benchmark/pom.xml

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
<jmh.version>1.36</jmh.version>
<rx.netty.version>0.5.3</rx.netty.version>
<rx.java.version>1.3.8</rx.java.version>
<netty.version>4.1.85.Final</netty.version>
<netty.version>4.1.86.Final</netty.version>
<main.basedir>${project.basedir}/..</main.basedir>
</properties>

Loading…
Cancel
Save