Skip to content

chore(deps): bump tools.jackson:jackson-bom from 3.0.4 to 3.1.2#84

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/tools.jackson-jackson-bom-3.1.2
Open

chore(deps): bump tools.jackson:jackson-bom from 3.0.4 to 3.1.2#84
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/gradle/tools.jackson-jackson-bom-3.1.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

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

Commits
  • 0ae1c2a [maven-release-plugin] prepare release jackson-bom-3.1.2
  • 3c171eb Prep for 3.1.2 release
  • 8046ced Post-release dep version bump
  • ea00ca4 [maven-release-plugin] prepare for next development iteration
  • 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
  • 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

Routine Dependabot bump of the Jackson 3.x BOM from 3.0.4 to 3.1.2. The only change is the version string on line 72 of build.gradle.kts; all managed artifact versions (databind, etc.) will be resolved from the updated BOM at build time.

Confidence Score: 5/5

Safe to merge — single-line version bump with no logic changes and a positive Dependabot compatibility score.

The only change is bumping the Jackson BOM version string from 3.0.4 to 3.1.2. No source code is modified, and the 3.0.x → 3.1.x range is a minor/patch update within the same Jackson 3.x stream. All findings are P2 or none.

No files require special attention.

Important Files Changed

Filename Overview
build.gradle.kts Single-line version bump of tools.jackson:jackson-bom platform BOM from 3.0.4 to 3.1.2; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    BOM["tools.jackson:jackson-bom:3.1.2\n(platform BOM)"]
    DB["tools.jackson.core:jackson-databind\n(version from BOM)"]
    ANN["com.fasterxml.jackson.core:jackson-annotations\n(version from BOM)"]
    BOM --> DB
    BOM --> ANN
    DB --> Project["apple-maps-java"]
    ANN --> Project
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.2.
- [Commits](FasterXML/jackson-bom@jackson-bom-3.0.4...jackson-bom-3.1.2)

---
updated-dependencies:
- dependency-name: tools.jackson:jackson-bom
  dependency-version: 3.1.2
  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 16, 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