chore(deps): bump io.netty:netty-handler from 4.2.14.Final to 4.2.17.Final - #379
chore(deps): bump io.netty:netty-handler from 4.2.14.Final to 4.2.17.Final#379dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [io.netty:netty-handler](https://github.com/netty/netty) from 4.2.14.Final to 4.2.17.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.2.14.Final...netty-4.2.17.Final) --- updated-dependencies: - dependency-name: io.netty:netty-handler dependency-version: 4.2.17.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
AssigneesThe following users could not be added as assignees: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward patch-level dependency version bump applied via a single managed property with no additional code or configuration changes.
Pull request overview
This PR updates the parent Maven POM’s managed Netty version to incorporate the latest patch release for io.netty:netty-handler, ensuring downstream modules inheriting from this parent consume the updated Netty artifacts via dependencyManagement.
Changes:
- Bump
${netty.version}from4.2.14.Finalto4.2.17.Final. - Apply the new version consistently to the managed
io.nettyartifacts that reference${netty.version}(e.g.,netty-handler,netty-codec-http,netty-codec,netty-common).
File summaries
| File | Description |
|---|---|
| pom.xml | Updates the managed Netty version property used by multiple io.netty dependencies, including netty-handler. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Bumps io.netty:netty-handler from 4.2.14.Final to 4.2.17.Final.
Release notes
Sourced from io.netty:netty-handler's releases.
... (truncated)
Commits
e0789d3[maven-release-plugin] prepare release netty-4.2.17.Final1b5abc6Merge changes from forks (#17213)36fbf57Update surefire plugin to latest version (#17210)a96226cAdd.editorconfigto enforce consistent coding style (#17052)14a4e6aOpenSSL: Allow to obtain used named group via OpenSslSession (#17058)26255b1Weakly reference engines from the OpenSSL engine map (#17199)ae41417HttpServerCodec: do not consume the method queue for 1xx interim responses ...41f1db5Do not write WebSocket handshake response to the tail of the pipeline (#17192)035d76eUpdate compress-lzf to 1.2.1 (#17194)7681affFix JdkZlibDecompressor losing the tail of highly compressible streams (#17191)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.