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
Open
chore(deps): bump tools.jackson:jackson-bom from 3.0.4 to 3.1.1#76dependabot[bot] wants to merge 1 commit intodevfrom
dependabot[bot] wants to merge 1 commit intodevfrom
Conversation
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>
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 tools.jackson:jackson-bom from 3.0.4 to 3.1.1.
Commits
0628060[maven-release-plugin] prepare release jackson-bom-3.1.122b8aeePrep for 3.1.1 release2d305e6Add JDK 25 in CIda85336Merge pull request #123 from FasterXML/tatu/3.1/122-switch-to-junit67ec5e0eFix #122: switch 3.x (starting with 3.1.1) to use JUnit 6ef09770Update oss-parent dep096fd38Update oss-parent dep to v78 for 3.1(.1)9907beaPost-release dep version bumpdc69fe8[maven-release-plugin] prepare for next development iteration71cd2e0[maven-release-plugin] prepare release jackson-bom-3.1.0Dependabot 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)Greptile Summary
This PR bumps
tools.jackson:jackson-bomfrom3.0.4to3.1.1inbuild.gradle.kts. The change is a minor version upgrade within the Jackson 3.x line (which uses thetools.jacksongroup 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.build.gradle.ktsline 72 is changed: the BOM version string.tools.jackson.core:jackson-databindandcom.fasterxml.jackson.core:jackson-annotationsversions continue to be resolved as before.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
tools.jackson:jackson-bomfrom 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 --> EReviews (1): Last reviewed commit: "chore(deps): bump tools.jackson:jackson-..." | Re-trigger Greptile