Skip to content

fix(deps): correct jacksonVersion to 2.21.2#2928

Merged
bjagg merged 2 commits into
uPortal-Project:masterfrom
bjagg:fix/jackson-version
Mar 30, 2026
Merged

fix(deps): correct jacksonVersion to 2.21.2#2928
bjagg merged 2 commits into
uPortal-Project:masterfrom
bjagg:fix/jackson-version

Conversation

@bjagg

@bjagg bjagg commented Mar 30, 2026

Copy link
Copy Markdown
Member
Checklist
Description of change

Renovate PR #2892 set jacksonVersion=2.21 in gradle.properties, but jackson-core and jackson-databind do not publish a two-part version — only jackson-annotations does. This has broken CI on master since March 24.

This fix updates jacksonVersion to 2.21.2, which resolves correctly for all three Jackson artifacts (jackson-annotations, jackson-core, jackson-databind).

bjagg and others added 2 commits March 30, 2026 16:04
Renovate PR uPortal-Project#2892 set jacksonVersion=2.21, but jackson-core and
jackson-databind do not publish a two-part version. Only
jackson-annotations uses 2.21. This broke CI on master since March 24.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jackson-annotations publishes at the minor version (2.21) while
jackson-core and jackson-databind use patch versions (2.21.2).
A single shared property cannot satisfy both. Add a separate
jacksonAnnotationsVersion property and reference it in the two
build.gradle files that declare jackson-annotations.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bjagg bjagg requested review from Naenyn March 30, 2026 23:24
@bjagg bjagg self-assigned this Mar 30, 2026
@bjagg

bjagg commented Mar 30, 2026

Copy link
Copy Markdown
Member Author

Not waiting for review as this is just a version fix.

@bjagg bjagg merged commit 770ee50 into uPortal-Project:master Mar 30, 2026
5 checks passed
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