Skip to content

Bump com.fasterxml.jackson.core:jackson-core from 2.16.2 to 2.18.6#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6
Open

Bump com.fasterxml.jackson.core:jackson-core from 2.16.2 to 2.18.6#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

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

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Medium Risk
Dependency upgrade may change JSON parsing/streaming behavior and introduces a Jackson version skew (jackson-core 2.18.6 while jackson-databind/jackson-annotations remain 2.16.2), which could cause runtime incompatibilities.

Overview
Bumps the Maven-managed com.fasterxml.jackson.core:jackson-core version from 2.16.2 to 2.18.6 in pom.xml, leaving other Jackson components unchanged.

Written by Cursor Bugbot for commit babe205. This will update automatically on new commits. Configure here.

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
...

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 Mar 6, 2026
Copy link

@cursor cursor bot left a comment

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 and found 1 potential issue.

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

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.2</version>
<version>2.18.6</version>
Copy link

Choose a reason for hiding this comment

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

Jackson component version mismatch risks runtime incompatibility

High Severity

jackson-core is bumped to 2.18.6 while jackson-databind and jackson-annotations remain at 2.16.2. Jackson core components are designed to be used at the same minor version — mixing 2.18.x with 2.16.x can cause runtime errors such as NoSuchMethodError or IncompatibleClassChangeError due to internal API changes across minor versions.

Additional Locations (2)

Fix in Cursor Fix in Web

@joelacummings
Copy link
Member

@brianlangeland Can you reveiw this and make sure it will be compatible

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.

1 participant