-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 #7035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 #7035
Conversation
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.3 to 2.19.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.3...jackson-bom-2.19.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Just FYI: We use Jackson in our K8s related projects and also got this update via Renovate today. We are using Gradle, so bumping Jackson in our dependencies will indirectly also bump it for the fabric8 client. I've seen two issues so far (just in case those are not covered by the existing tests). NullPointerExceptionNo further invesigation, but saw this stack trace in one of our update PRs:
CRD generationWith this Gradle build script the generated CRD has a ton of new getAdditionalProperties:
additionalProperties:
type: "object"
type: "object" |
The problem is in the if (prop instanceof AnyGetterWriter) {
((AnyGetterWriter) prop).resolve(provider);
} It would seem the delegate should (now?) inherit the Edit: seems @r1c4r60 knows this well! |
Bumps com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0.
Commits
077244b
[maven-release-plugin] prepare release jackson-bom-2.19.04dc20cb
Prep for 2.19.0 released9bd916
Merge branch '2.18' into 2.196b19afb
Update CI to latest Ubuntu08349a2
Back to snapshot dep4a60457
[maven-release-plugin] prepare for next development iteration59119af
[maven-release-plugin] prepare release jackson-bom-2.19.0-rc2503a444
Prep for 2.19.0-rc2 (due to botched rc1)52fed7b
Rename master->3.x8953aa2
Back to snapshot depDependabot 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)