Skip to content
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

deps(maven): bump jackson-bom from 2.13.4.20221012 to 2.13.4.20221013 #10719

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2022

Bumps jackson-bom from 2.13.4.20221012 to 2.13.4.20221013.

Commits
  • 6177c40 [maven-release-plugin] prepare release jackson-bom-2.13.4.20221013
  • e98254e ...
  • e58163a Prepare for 2.13.4.20221013 to support databind 2.13.4.2
  • 1387523 Backport #52 into 2.13
  • 142e684 Merge branch '2.12' into 2.13
  • 1ef6f5e [maven-release-plugin] prepare for next development iteration
  • 3962b89 [maven-release-plugin] prepare release jackson-bom-2.12.7.20221012
  • 4a801e5 Prepare for 2.12.7.20221012 micro-patch bom release
  • 24f0c67 Back to snapshot deps
  • c4c831a [maven-release-plugin] prepare for next development iteration
  • See full diff 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 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 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)

Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.4.20221012 to 2.13.4.20221013.
- [Release notes](https://github.com/FasterXML/jackson-bom/releases)
- [Commits](FasterXML/jackson-bom@jackson-bom-2.13.4.20221012...jackson-bom-2.13.4.20221013)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2022
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@github-actions
Copy link
Contributor

Test Results

   939 files  +   820     939 suites  +820   1h 41m 24s ⏱️ + 31m 58s
7 409 tests +6 374  7 403 ✔️ +6 370  6 💤 +4  0 ±0 
7 599 runs  +6 558  7 591 ✔️ +6 552  8 💤 +6  0 ±0 

Results for commit a2b64f6. ± Comparison against base commit aff630e.

@zeebe-bors-camunda
Copy link
Contributor

Build succeeded:

@zeebe-bors-camunda zeebe-bors-camunda bot merged commit 0f1458f into main Oct 14, 2022
@zeebe-bors-camunda zeebe-bors-camunda bot deleted the dependabot/maven/com.fasterxml.jackson-jackson-bom-2.13.4.20221013 branch October 14, 2022 04:17
@menski
Copy link
Contributor

menski commented Nov 4, 2022

/backport

@backport-action
Copy link
Collaborator

Backport failed for stable/8.0, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin stable/8.0
git worktree add -d .worktree/backport-10719-to-stable/8.0 origin/stable/8.0
cd .worktree/backport-10719-to-stable/8.0
git checkout -b backport-10719-to-stable/8.0
ancref=$(git merge-base aff630eb03da163f493df29881cb819a5a32cc86 a2b64f6d23f296fab4aea66f6abc87eb23a8e11a)
git cherry-pick -x $ancref..a2b64f6d23f296fab4aea66f6abc87eb23a8e11a

@backport-action
Copy link
Collaborator

Backport failed for stable/8.1, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin stable/8.1
git worktree add -d .worktree/backport-10719-to-stable/8.1 origin/stable/8.1
cd .worktree/backport-10719-to-stable/8.1
git checkout -b backport-10719-to-stable/8.1
ancref=$(git merge-base aff630eb03da163f493df29881cb819a5a32cc86 a2b64f6d23f296fab4aea66f6abc87eb23a8e11a)
git cherry-pick -x $ancref..a2b64f6d23f296fab4aea66f6abc87eb23a8e11a

zeebe-bors-camunda bot added a commit that referenced this pull request Nov 4, 2022
10911: [Backport stable/8.1] Bump jackson-bom to 2.13.4.20221013 r=deepthidevaki a=menski

# Description
Backport of #10719  to `stable/8.1`.

relates to https://github.com/camunda/team-automation-platform-8/issues/6

Co-authored-by: Sebastian Menski <sebastian.menski@camunda.com>
zeebe-bors-camunda bot added a commit that referenced this pull request Nov 4, 2022
10912: [Backport stable/8.0] Bump jackson-bom to 2.13.4.20221013 r=deepthidevaki a=menski

# Description
Backport of #10719  to `stable/8.0`.

relates to https://github.com/camunda/team-automation-platform-8/issues/6

Co-authored-by: Sebastian Menski <sebastian.menski@camunda.com>
@remcowesterhoud remcowesterhoud added the version:8.1.4 Marks an issue as being completely or in parts released in 8.1.4 label Nov 22, 2022
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 version:8.1.4 Marks an issue as being completely or in parts released in 8.1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants