Commit 837be70
chore(deps): bump io.netty:netty-all from 4.2.1.Final to 4.2.13.Final in /dhis-2 (#23875)
* chore(deps): bump io.netty:netty-all in /dhis-2
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>
* fix(deps): align netty modules via netty-bom for netty-all 4.2.13
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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stian Sandvold <stian@dhis2.org>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e0b9983 commit 837be70
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1315 | 1326 | | |
1316 | 1327 | | |
1317 | 1328 | | |
| |||
0 commit comments