Skip to content

ci(dependabot): ignore broken jackson-bom 2.22.0 + central-publishing 0.10.0#112

Merged
DemchaAV merged 1 commit into
developfrom
chore/dependabot-ignore-broken-versions
Jun 1, 2026
Merged

ci(dependabot): ignore broken jackson-bom 2.22.0 + central-publishing 0.10.0#112
DemchaAV merged 1 commit into
developfrom
chore/dependabot-ignore-broken-versions

Conversation

@DemchaAV
Copy link
Copy Markdown
Owner

@DemchaAV DemchaAV commented Jun 1, 2026

Summary

PR #110 (the grouped maven-minor-patch Dependabot PR) is being blocked
by two specific upstream issues. Adding explicit ignore entries so
Dependabot drops them from the next grouped run while still picking up
future versions when they ship.

Why each version is ignored

  1. jackson-bom 2.22.0 — the BOM is on Maven Central but its module
    jars aren't. jackson-core-2.22.0.jar returns HTTP 404 at
    repo1.maven.org (Sonatype partial-sync window — BOM rolled ahead
    of its modules). Every grouped PR that picks 2.22.0 fails CI at
    dependency resolution. Will drop this entry once 2.22.1 / 2.23.0
    lands with full module sync.
  2. central-publishing-maven-plugin 0.10.0 — three-minor jump
    (0.7 → 0.10) on the plugin that pushes our Maven Central releases;
    v1.6.6 cut used 0.7.0. Want to validate the release profile against
    0.10.x in a focused PR with a real Sonatype staging run, not let it
    ride along in a group bump.

After merge

  1. Close PR deps(deps): bump the maven-minor-patch group across 3 directories with 11 updates #110 (the broken grouped one).
  2. Trigger a fresh Dependabot run (next Monday cycle, or @dependabot recreate on the closed PR) so the same group rebuilds with these
    two skipped. The other 9 bumps — especially logback-classic 1.5.34
    which fixes CVE-2026-9828
    (deserialization whitelist bypass) — get a clean PR to merge.

Test plan

… 0.10.0

Two grouped-PR poison-pills are tripping the maven-minor-patch group:

- `com.fasterxml.jackson:jackson-bom 2.22.0` was published to Maven Central
  ahead of its module jars. `jackson-core-2.22.0.jar` currently returns 404
  on `repo1.maven.org` — Sonatype partial-sync window. Until 2.22.1 (or
  2.23.0) lands with full module sync, every grouped Dependabot PR that
  picks 2.22.0 fails CI at the dependency-resolution stage.
- `org.sonatype.central:central-publishing-maven-plugin 0.10.0` is a
  3-minor jump (0.7 → 0.10) on the plugin that pushes our Maven Central
  releases. The v1.6.6 cut used 0.7.0. We want to validate the release
  profile against 0.10.x in a focused PR, not let it ride along in a
  group bump that nobody is going to test against a real Central staging
  run.

Adding both as explicit `ignore` entries (one specific version each) so
Dependabot drops them from the grouped PR but still proposes future
versions when they ship. Drop these entries once the upstream issues
clear / the central-publishing 0.10.x evaluation lands.
@DemchaAV DemchaAV merged commit 63f13dd into develop Jun 1, 2026
11 checks passed
@DemchaAV DemchaAV deleted the chore/dependabot-ignore-broken-versions branch June 1, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant