Skip to content

build(deps): Bump com.fasterxml.jackson.core:jackson-core from 2.18.6 to 2.22.1 - #14

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

build(deps): Bump com.fasterxml.jackson.core:jackson-core from 2.18.6 to 2.22.1#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.22.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown

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

Commits
  • 2451603 [maven-release-plugin] prepare release jackson-core-2.22.1
  • d3180c0 Prep for 2.22.1 release
  • 6c5bae8 Merge branch '2.21' into 2.22
  • fda71aa Post-release dep version bump
  • 4ad6235 [maven-release-plugin] prepare for next development iteration
  • b5f62dd [maven-release-plugin] prepare release jackson-core-2.21.5
  • 11f8b8c Prep for 2.21.5 release
  • 4920004 Post-release version bump
  • 2bb55e8 [maven-release-plugin] prepare for next development iteration
  • d763562 [maven-release-plugin] prepare release jackson-core-2.22.0
  • 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

Medium Risk
Jackson core and databind are intentionally kept on different minor lines, which can cause runtime or classpath issues in tax API JSON handling; otherwise this is a dependency-only change.

Overview
Bumps com.fasterxml.jackson.core:jackson-core in pom.xml from 2.18.6 to 2.22.1. No application code changes.

jackson-databind is still pinned at 2.18.6, so the PR introduces a core vs databind version skew that may matter for JSON serialization used by classes like KintsugiTaxClient and InvoiceRequestMapper.

Reviewed by Cursor Bugbot for commit 4bf9ef7. Bugbot is set up for automated code reviews on this repo. Configure here.

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.22.1
  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 Jul 9, 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 4bf9ef7. Configure here.

Comment thread pom.xml
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.18.6</version>
<version>2.22.1</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 databind version skew

Medium Severity

This commit sets jackson-core to 2.22.1 while jackson-databind remains 2.18.6. Jackson artifacts are meant to share one release version; Maven will likely place the newer core on the classpath with older databind, which can cause linkage or serialization failures when JSON is used in the plugin.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4bf9ef7. 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