chore(deps): bump io.netty:netty-all from 4.2.1.Final to 4.2.13.Final in /dhis-2#23874
Merged
github-actions[bot] merged 2 commits intoMay 31, 2026
Conversation
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.1.Final to 4.2.13.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.2.1.Final...netty-4.2.13.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.13.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumping netty-all to 4.2.13 leaves the individual netty modules that
Artemis pulls in transitively (netty-codec-haproxy,
netty-transport-classes-epoll/kqueue) at 4.1.128, putting two netty
versions on the classpath. At runtime that throws AbstractMethodError
(AbstractReferenceCountedByteBuf vs ReferenceCountUpdater) when the
Artemis JMS listener starts, which fails every integration test that
loads the Spring context.
Import io.netty:netty-bom (pinned to ${netty-all.version}) so all
io.netty:* artifacts resolve to one version. Verified: dependency:tree
shows all netty artifacts at 4.2.13 with no 4.1.x left, and
SchemaControllerTest passes under integration-h2-test.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
github-actions
Bot
deleted the
dependabot-maven-dhis-2-2.42-io.netty-netty-all-4.2.13.Final
branch
May 31, 2026 06:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps io.netty:netty-all from 4.2.1.Final to 4.2.13.Final.
Release notes
Sourced from io.netty:netty-all's releases.
... (truncated)
Commits
b3844c8[maven-release-plugin] prepare release netty-4.2.13.Final82f47faMerge commit from forkada0999Merge commit from forkb4051e2Fix BrotliDecoder not forwarding all decompressed chunks67207c1Merge commit from fork541ca7cMerge commit from fork943edb3Fix codec-dns tests6459a28Merge commit from forkb4ba61bFix checkstyle in HttpObjectDecoder977661fMerge commit from forkDependabot 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)