Skip to content

Bump com.fasterxml.jackson.core:jackson-core from 2.15.0 to 2.18.6#37

Merged
phaupt merged 1 commit intomainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6
Mar 2, 2026
Merged

Bump com.fasterxml.jackson.core:jackson-core from 2.15.0 to 2.18.6#37
phaupt merged 1 commit intomainfrom
dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6

Conversation

@dependabot
Copy link
Contributor

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

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.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.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 1, 2026
@phaupt phaupt requested a review from Copilot March 2, 2026 08:00
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-core from 2.15.0 to 2.18.6 in the parent pom.xml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 66 to 70
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0</version>
<version>2.18.6</version>
</dependency>
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

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).

Copilot uses AI. Check for mistakes.
Copy link
Member

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based on this feedback

Copy link
Contributor

Copilot AI commented Mar 2, 2026

@phaupt I've opened a new pull request, #38, to work on those changes. Once the pull request is ready, I'll request review from you.

@phaupt phaupt merged commit ca36fba into main Mar 2, 2026
5 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.18.6 branch March 2, 2026 08:05
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

Development

Successfully merging this pull request may close these issues.

3 participants