Skip to content

Commit

Permalink
build(deps): bump netty.version from 4.1.89.Final to 4.1.90.Final (#1980
Browse files Browse the repository at this point in the history
)

Bumps `netty.version` from 4.1.89.Final to 4.1.90.Final.

Updates `netty-bom` from 4.1.89.Final to 4.1.90.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.89.Final...netty-4.1.90.Final)

Updates `netty-handler` from 4.1.89.Final to 4.1.90.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.89.Final...netty-4.1.90.Final)

Updates `netty-codec-http` from 4.1.89.Final to 4.1.90.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.89.Final...netty-4.1.90.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>
  • Loading branch information
dependabot[bot] committed Mar 17, 2023
1 parent 444c449 commit 742a2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.89.Final</netty.version>
<netty.version>4.1.90.Final</netty.version>
<main.basedir>${project.basedir}/..</main.basedir>

<moditect.skip>true</moditect.skip>
Expand Down

0 comments on commit 742a2d9

Please sign in to comment.