Browse Source

build(deps): bump netty.version from 4.1.93.Final to 4.1.94.Final (#2096)

Bumps `netty.version` from 4.1.93.Final to 4.1.94.Final.

Updates `netty-bom` from 4.1.93.Final to 4.1.94.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final)

Updates `netty-handler` from 4.1.93.Final to 4.1.94.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final)

Updates `netty-codec-http` from 4.1.93.Final to 4.1.94.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.93.Final...netty-4.1.94.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2100/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
f1e2c19cee
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.93.Final</netty.version>
<netty.version>4.1.94.Final</netty.version>
<main.basedir>${project.basedir}/..</main.basedir>
<moditect.skip>true</moditect.skip>

Loading…
Cancel
Save