Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2025

Bumps com.fasterxml.jackson.version from 2.15.2 to 2.20.0.
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.2 to 2.20.0

Commits

Updates com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.20.0

Commits
  • 54f854b [maven-release-plugin] prepare release jackson-bom-2.20.0
  • 9cc68d4 Prep for 2.20.0
  • cbef800 Version sync for 2.20.0 release (in near future)
  • 79bc4ed Back to snapshot deps
  • 94947a0 [maven-release-plugin] prepare for next development iteration
  • 369dffe [maven-release-plugin] prepare release jackson-bom-2.20.0-rc1
  • c5caaf2 Prep for 2.20.0-rc1
  • 8ad6e0a Move to 2.20.0-rc1-SNAPSHOT
  • 500ef4d Merge branch '2.19' into 2.x
  • 274f228 Back to snapshot deps
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 26, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 26, 2025
@openshift-ci
Copy link

openshift-ci bot commented Oct 26, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@svor
Copy link
Contributor

svor commented Nov 11, 2025

/ok-to-test

@vinokurig vinokurig force-pushed the dependabot/maven/com.fasterxml.jackson.version-2.20.0 branch from 9a1a751 to 353b877 Compare December 19, 2025 11:48
Bumps `com.fasterxml.jackson.version` from 2.15.2 to 2.20.0.

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.2 to 2.20.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.2...jackson-dataformats-text-2.20.0)

Updates `com.fasterxml.jackson:jackson-bom` from 2.15.2 to 2.20.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.15.2...jackson-bom-2.20.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@vinokurig vinokurig force-pushed the dependabot/maven/com.fasterxml.jackson.version-2.20.0 branch from 353b877 to ca60ab5 Compare December 22, 2025 08:56
@openshift-ci
Copy link

openshift-ci bot commented Dec 22, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/v19-gitea-no-pat-oauth-flow ca60ab5 link true /test v19-gitea-no-pat-oauth-flow
ci/prow/v19-azure-no-pat-oauth-flow ca60ab5 link true /test v19-azure-no-pat-oauth-flow
ci/prow/v19-gitlab-with-oauth-setup-flow ca60ab5 link true /test v19-gitlab-with-oauth-setup-flow
ci/prow/v19-github-with-pat-setup-flow ca60ab5 link true /test v19-github-with-pat-setup-flow
ci/prow/v19-bitbucket-no-pat-oauth-flow-ssh-url ca60ab5 link true /test v19-bitbucket-no-pat-oauth-flow-ssh-url
ci/prow/v19-github-no-pat-oauth-flow-raw-devfile-url ca60ab5 link true /test v19-github-no-pat-oauth-flow-raw-devfile-url
ci/prow/v19-che-smoke-test ca60ab5 link true /test v19-che-smoke-test
ci/prow/v19-bitbucket-no-pat-oauth-flow ca60ab5 link true /test v19-bitbucket-no-pat-oauth-flow
ci/prow/v19-github-no-pat-oauth-flow ca60ab5 link true /test v19-github-no-pat-oauth-flow
ci/prow/v19-gitlab-with-pat-setup-flow ca60ab5 link true /test v19-gitlab-with-pat-setup-flow
ci/prow/v19-gitlab-no-pat-oauth-flow-ssh-url ca60ab5 link true /test v19-gitlab-no-pat-oauth-flow-ssh-url

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-ci
Copy link

openshift-ci bot commented Dec 22, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot], vinokurig

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vinokurig vinokurig merged commit 1c0fa7f into main Dec 22, 2025
18 of 29 checks passed
@vinokurig vinokurig deleted the dependabot/maven/com.fasterxml.jackson.version-2.20.0 branch December 22, 2025 12:30
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 lgtm ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants