Skip to content

Commit

Permalink
build(deps): bump netty-handler.version (#186)
Browse files Browse the repository at this point in the history
Bumps `netty-handler.version` from 4.1.113.Final to 4.1.114.Final.

Updates `io.netty:netty-handler` from 4.1.113.Final to 4.1.114.Final
- [Commits](netty/netty@netty-4.1.113.Final...netty-4.1.114.Final)

Updates `io.netty:netty-buffer` from 4.1.113.Final to 4.1.114.Final
- [Commits](netty/netty@netty-4.1.113.Final...netty-4.1.114.Final)

Updates `io.netty:netty-codec` from 4.1.113.Final to 4.1.114.Final
- [Commits](netty/netty@netty-4.1.113.Final...netty-4.1.114.Final)

Updates `io.netty:netty-codec-http2` from 4.1.113.Final to 4.1.114.Final
- [Commits](netty/netty@netty-4.1.113.Final...netty-4.1.114.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-buffer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http2
  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 Oct 8, 2024
1 parent c03c1e3 commit 6b71c70
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 @@ -88,7 +88,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<netty-handler.version>4.1.113.Final</netty-handler.version>
<netty-handler.version>4.1.114.Final</netty-handler.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>

<plugin.surefire.version>3.5.1</plugin.surefire.version>
Expand Down

0 comments on commit 6b71c70

Please sign in to comment.