Skip to content

Update Jackson to 2.21.1#20772

Open
andrross wants to merge 1 commit intoopensearch-project:mainfrom
andrross:update-jackson
Open

Update Jackson to 2.21.1#20772
andrross wants to merge 1 commit intoopensearch-project:mainfrom
andrross:update-jackson

Conversation

@andrross
Copy link
Member

@andrross andrross commented Mar 3, 2026

Related Issues

Resolves #20771

Check List

  • Functionality includes testing.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andrew Ross <andrross@amazon.com>
@andrross andrross requested a review from a team as a code owner March 3, 2026 23:08
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

🧪 No relevant tests
🔒 No security concerns identified
✅ No TODO sections
🔀 No multiple PR themes
⚡ Recommended focus areas for review

Version Mismatch

The jackson_annotations version is set to "2.21" (without patch version) while jackson and jackson_databind are set to "2.21.1". This inconsistency should be verified to ensure it is intentional and that the annotations artifact actually uses a different versioning scheme (no patch version suffix).

jackson_annotations     = "2.21"
jackson                 = "2.21.1"
jackson_databind        = "2.21.1"

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

❌ Gradle check result for 489d420: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@andrross
Copy link
Member Author

andrross commented Mar 4, 2026

Possible Jackson regression here. See FasterXML/jackson-core#1541 (comment)

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.

Bump jackson-core to 2.21.1 to address GHSA-72hv-8253-57qq

1 participant