Skip to content

chore(deps): bump tools.jackson:jackson-bom from 3.0.4 to 3.1.1#76

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/tools.jackson-jackson-bom-3.1.1
Open

chore(deps): bump tools.jackson:jackson-bom from 3.0.4 to 3.1.1#76
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/tools.jackson-jackson-bom-3.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps tools.jackson:jackson-bom from 3.0.4 to 3.1.1.

Commits
  • 0628060 [maven-release-plugin] prepare release jackson-bom-3.1.1
  • 22b8aee Prep for 3.1.1 release
  • 2d305e6 Add JDK 25 in CI
  • da85336 Merge pull request #123 from FasterXML/tatu/3.1/122-switch-to-junit6
  • 7ec5e0e Fix #122: switch 3.x (starting with 3.1.1) to use JUnit 6
  • ef09770 Update oss-parent dep
  • 096fd38 Update oss-parent dep to v78 for 3.1(.1)
  • 9907bea Post-release dep version bump
  • dc69fe8 [maven-release-plugin] prepare for next development iteration
  • 71cd2e0 [maven-release-plugin] prepare release jackson-bom-3.1.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)

Greptile Summary

This PR bumps tools.jackson:jackson-bom from 3.0.4 to 3.1.1 in build.gradle.kts. The change is a minor version upgrade within the Jackson 3.x line (which uses the tools.jackson group ID). The BOM itself only adds JUnit 6 for its own internal tests and updates the OSS parent POM — neither of which affects consumers of this library.

  • Only build.gradle.kts line 72 is changed: the BOM version string.
  • The rest of the dependency block is untouched; tools.jackson.core:jackson-databind and com.fasterxml.jackson.core:jackson-annotations versions continue to be resolved as before.
  • No source code, tests, or configuration changes are included.

Confidence Score: 4/5

Safe to merge — this is a straightforward minor version bump with no breaking changes expected.

Single-line change bumping a BOM minor version (3.0.4 → 3.1.1). The upstream changelog only adds JUnit 6 for the BOM's own CI and updates the parent POM version — no API changes that would affect consumers. Score is 4 rather than 5 due to the minor version jump, which warrants a CI green-light before merging.

No files require special attention.

Important Files Changed

Filename Overview
build.gradle.kts Bumps tools.jackson:jackson-bom from 3.0.4 to 3.1.1; single-line version change with no other modifications.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["build.gradle.kts"] -->|"platform BOM"| B["tools.jackson:jackson-bom:3.1.1\n(was 3.0.4)"]
    B -->|"manages version"| C["tools.jackson.core:jackson-databind"]
    B -->|"does NOT manage"| D["com.fasterxml.jackson.core:jackson-annotations\n(Jackson 2.x groupId — unmanaged by BOM)"]
    C --> E["Compiled library JAR"]
    D --> E
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump tools.jackson:jackson-..." | Re-trigger Greptile

Bumps [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 3.0.4 to 3.1.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-3.0.4...jackson-bom-3.1.1)

---
updated-dependencies:
- dependency-name: tools.jackson:jackson-bom
  dependency-version: 3.1.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 Apr 2, 2026
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