chore(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.21#9
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e6496eb to
ba2a6af
Compare
ba2a6af to
18deb61
Compare
18deb61 to
99c1711
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Other AI code review bot(s) detectedCodeRabbit 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 |
| 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") |
There was a problem hiding this comment.
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-annotationsat 2.18.2 to match the other components
This applies to both the implementation dependency and the forced version in the resolution strategy.
| 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.
99c1711 to
7305c6e
Compare
…otations to v2.21
7305c6e to
e20b3b4
Compare
This PR contains the following updates:
2.18.2→2.212.13.4→2.21Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.