Skip to content

chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.21#9

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.fasterxml.jackson.core-jackson-annotations-2.x
Open

chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.21#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/com.fasterxml.jackson.core-jackson-annotations-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.fasterxml.jackson.core:jackson-annotations (source) 2.18.22.21 age adoption passing confidence
com.fasterxml.jackson.core:jackson-annotations (source) 2.13.42.21 age adoption passing confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
boomchainlab-framework Error Error Jan 19, 2026 2:02am

@renovate renovate Bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-annotations-2.x branch from e6496eb to ba2a6af Compare June 21, 2025 16:30
@renovate renovate Bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-annotations-2.x branch from ba2a6af to 18deb61 Compare June 21, 2025 16:34
@renovate renovate Bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-annotations-2.x branch from 18deb61 to 99c1711 Compare July 18, 2025 19:02
@renovate renovate Bot changed the title chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.19.1 chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.19.2 Jul 18, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jul 18, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.


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

Comment thread agu-token-java-core/build.gradle.kts Outdated
api("com.google.errorprone:error_prone_annotations:2.33.0")

implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.2")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.19.2")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jackson Version Inconsistency

The PR updates jackson-annotations to version 2.19.2 while other Jackson components (jackson-core, jackson-databind, etc.) remain at 2.18.2.

Jackson components are designed to work together as a cohesive unit, and mixing versions can lead to compatibility issues. For optimal stability, all Jackson components should use the same version.

Consider either:

  • Updating all Jackson components to 2.19.2, or
  • Keeping jackson-annotations at 2.18.2 to match the other components

This applies to both the implementation dependency and the forced version in the resolution strategy.

Suggested change
implementation("com.fasterxml.jackson.core:jackson-annotations:2.19.2")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.18.2")

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

@renovate renovate Bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-annotations-2.x branch from 99c1711 to 7305c6e Compare August 31, 2025 10:04
@renovate renovate Bot changed the title chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.19.2 chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.20 Aug 31, 2025
@renovate renovate Bot force-pushed the renovate/com.fasterxml.jackson.core-jackson-annotations-2.x branch from 7305c6e to e20b3b4 Compare January 19, 2026 02:02
@renovate renovate Bot changed the title chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.20 chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.21 Jan 19, 2026
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.

0 participants