Conversation
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.15.0 to 2.18.6. - [Commits](FasterXML/jackson-core@jackson-core-2.15.0...jackson-core-2.18.6) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.18.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates the parent Maven dependency management to bump com.fasterxml.jackson.core:jackson-core to a newer release, affecting version resolution across the multi-module build.
Changes:
- Bump
com.fasterxml.jackson.core:jackson-corefrom2.15.0to2.18.6in the parentpom.xml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <dependency> | ||
| <groupId>com.fasterxml.jackson.core</groupId> | ||
| <artifactId>jackson-core</artifactId> | ||
| <version>2.15.0</version> | ||
| <version>2.18.6</version> | ||
| </dependency> |
There was a problem hiding this comment.
jackson-core is now managed at 2.18.6, but jackson-databind and jackson-annotations are still pinned to 2.14.0 in the same dependencyManagement block. Jackson modules are intended to be kept on the same version line; mixing 2.18.x core with 2.14.x databind/annotations can lead to dependency convergence issues and runtime incompatibilities. Please align all Jackson artifacts to the same version (or import the Jackson BOM and manage a single version property).
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
Bumps com.fasterxml.jackson.core:jackson-core from 2.15.0 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.