Skip to content

Commit

Permalink
chore(deps): bump netty.version from 4.1.74.Final to 4.1.75.Final (#657)
Browse files Browse the repository at this point in the history
Bumps `netty.version` from 4.1.74.Final to 4.1.75.Final.

Updates `netty-codec-http` from 4.1.74.Final to 4.1.75.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.74.Final...netty-4.1.75.Final)

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

Updates `netty-transport` from 4.1.74.Final to 4.1.75.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.74.Final...netty-4.1.75.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-codec-http
  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-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent bc99272 commit fad6471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipUTs>${skipTests}</skipUTs>
<netty.version>4.1.74.Final</netty.version>
<netty.version>4.1.75.Final</netty.version>
</properties>

<scm>
Expand Down

0 comments on commit fad6471

Please sign in to comment.