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
Open
Bump com.fasterxml.jackson.core:jackson-core from 2.16.2 to 2.18.6#24dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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)
Member
|
@brianlangeland Can you reveiw this and make sure it will be compatible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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.65f192dbPrep for 2.18.6 releaseb0c428eEnforceStreamReadConstraints.maxNumberLengthfor non-blocking (async) pars...7c8b6d5Add test for nesting forDataInput-backedJsonParser(#1550)97a647bUpdate CI: JDK 23 -> 251601331(backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...fae2542release notes update70c99baUpdate UTF8DataInputJsonParser.java (#1512)caea665Post-release dep version bump635d3bd[maven-release-plugin] prepare for next development iterationDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-core2.18.6 whilejackson-databind/jackson-annotationsremain 2.16.2), which could cause runtime incompatibilities.Overview
Bumps the Maven-managed
com.fasterxml.jackson.core:jackson-coreversion from2.16.2to2.18.6inpom.xml, leaving other Jackson components unchanged.Written by Cursor Bugbot for commit babe205. This will update automatically on new commits. Configure here.