Skip to content

fix: use correct jackson-annotations version (2.21)#13379

Merged
czubocha merged 1 commit intomainfrom
fix/jackson-annotations-version
Feb 26, 2026
Merged

fix: use correct jackson-annotations version (2.21)#13379
czubocha merged 1 commit intomainfrom
fix/jackson-annotations-version

Conversation

@czubocha
Copy link
Copy Markdown
Contributor

@czubocha czubocha commented Feb 26, 2026

Starting from Jackson 2.20, the annotations module is published without a patch number (e.g. 2.21 instead of 2.21.0). The previous bump in #13340 set all jackson deps to 2.21.0, but jackson-annotations:2.21.0 does not exist on Maven Central.

Summary by CodeRabbit

  • Chores
    • Updated the jackson-annotations dependency version used by the serverless plugin's Java runtime wrapper from 2.21.0 to 2.21, standardizing the declared version. This is a packaging/dependency metadata refinement with no behavioral changes.

@Mmarzex
Copy link
Copy Markdown
Contributor

Mmarzex commented Feb 26, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1400410 and c6d7bfb.

📒 Files selected for processing (1)
  • packages/serverless/lib/plugins/aws/invoke-local/runtime-wrappers/java/pom.xml
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/serverless/lib/plugins/aws/invoke-local/runtime-wrappers/java/pom.xml

📝 Walkthrough

Walkthrough

A Maven POM dependency for com.fasterxml.jackson.core:jackson-annotations in the Java runtime wrapper for AWS invoke-local was changed from version 2.21.0 to 2.21.

Changes

Cohort / File(s) Summary
Jackson Dependency Version
packages/serverless/lib/plugins/aws/invoke-local/runtime-wrappers/java/pom.xml
Changed com.fasterxml.jackson.core:jackson-annotations version from 2.21.0 to 2.21.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

codex

Poem

🐇 I hopped through XML, a tiny spin,
A dot departed—now versions thin.
From 2.21.0 to 2.21 I cheer,
Maven nods and dreams appear,
The wrapper twitches—builds draw near.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating jackson-annotations version from 2.21.0 to 2.21. It is specific, concise, and directly related to the primary fix in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/jackson-annotations-version

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@czubocha czubocha force-pushed the fix/jackson-annotations-version branch from 2b50100 to 1400410 Compare February 26, 2026 12:35
Starting from Jackson 2.20, the annotations module is published
without a patch number (e.g. 2.21 instead of 2.21.0). The previous
bump in #13340 set all jackson deps to 2.21.0, but
jackson-annotations:2.21.0 does not exist on Maven Central.

Made-with: Cursor
@czubocha czubocha force-pushed the fix/jackson-annotations-version branch from 1400410 to c6d7bfb Compare February 26, 2026 13:02
@czubocha czubocha merged commit acbfc9e into main Feb 26, 2026
12 checks passed
@czubocha czubocha deleted the fix/jackson-annotations-version branch February 26, 2026 13:38
@github-actions github-actions bot locked and limited conversation to collaborators Feb 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants