Skip to content

chore(deps): bump com.fasterxml.jackson.core:jackson-core from 2.18.6 to 2.22.2 - #21

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.22.2
Open

chore(deps): bump com.fasterxml.jackson.core:jackson-core from 2.18.6 to 2.22.2#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.22.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown

Bumps com.fasterxml.jackson.core:jackson-core from 2.18.6 to 2.22.2.

Commits
  • 24bab14 [maven-release-plugin] prepare release jackson-core-2.22.2
  • dbbd2a0 Prep for 2.22.2 release
  • 038fc7a Merge branch '2.21' into 2.22
  • aaf3398 Merge branch '2.20' into 2.21
  • 2911dae Merge branch '2.19' into 2.20
  • ed8e9dc Merge branch '2.18' into 2.19
  • f8dc7d7 Post-release dep version bump
  • 7add1bf [maven-release-plugin] prepare for next development iteration
  • d11418c [maven-release-plugin] prepare release jackson-core-2.18.10
  • 66a7a17 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Cursor Bugbot is generating a summary for commit c915bc9. Configure here.

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.18.6 to 2.22.2.
- [Commits](FasterXML/jackson-core@jackson-core-2.18.6...jackson-core-2.22.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 20, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit c915bc9. Configure here.

Comment thread pom.xml
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.18.6</version>
<version>2.22.2</version>

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 core and databind versions diverge

Medium Severity

jackson-core is now 2.22.2 while jackson-databind stays at 2.18.6. Those artifacts were previously aligned, and Jackson only guarantees internal API compatibility across adjacent minor versions. jackson-databind calls into jackson-core internals, so this four-minor gap can surface as runtime linkage or parsing failures, especially in this OSGi plugin.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c915bc9. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants