Skip to content

Commit

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

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

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

Updates `netty-transport` from 4.1.79.Final to 4.1.80.Final
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.79.Final...netty-4.1.80.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2022
1 parent d61e019 commit 7bd0d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.79.Final</netty.version>
<netty.version>4.1.80.Final</netty.version>
</properties>

<scm>
Expand Down Expand Up @@ -367,7 +367,7 @@
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<reportSets>
<reportSet>
<configuration>
Expand Down

0 comments on commit 7bd0d4a

Please sign in to comment.