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

Bump kiwi-parent from 1.8.2 to 2.0.0 #710

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2022

Bumps kiwi-parent from 1.8.2 to 2.0.0.

Release notes

Sourced from kiwi-parent's releases.

v2.0.0

Summary

  • 2022-04-19T21:41:52.752843 - 6 commit(s) by Scott Leberknight, dependabot[bot]

Breaking API Changes

  • Remove logback-classic dependency
  • Remove slf4j-api dependency

Dependency Updates

Commits
  • 9bd751a [maven-release-plugin] prepare release v2.0.0
  • c0c60f0 Bump mockito-core from 4.4.0 to 4.5.0 (#135)
  • 576e3d6 Remove slf4j-api and logback-classic dependencies (#133)
  • b7ac8fd Bump lombok from 1.18.22 to 1.18.24 (#134)
  • af96ec4 Bump actions/setup-java from 3.1.0 to 3.1.1 (#129)
  • 272cbf3 [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 [kiwi-parent](https://github.com/kiwiproject/kiwi-parent) from 1.8.2 to 2.0.0.
- [Release notes](https://github.com/kiwiproject/kiwi-parent/releases)
- [Commits](kiwiproject/kiwi-parent@v1.8.2...v2.0.0)

---
updated-dependencies:
- dependency-name: org.kiwiproject:kiwi-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency updates java Pull requests that update Java code labels Apr 20, 2022
@dependabot dependabot bot requested review from chrisrohr and sleberknight April 20, 2022 18:41
@sleberknight sleberknight added this to the 2.0.0 milestone Apr 20, 2022
@sleberknight sleberknight merged commit eec680b into master Apr 20, 2022
@sleberknight sleberknight deleted the dependabot/maven/org.kiwiproject-kiwi-parent-2.0.0 branch April 20, 2022 18:44
sleberknight pushed a commit that referenced this pull request Apr 20, 2022
Bumps [kiwi-parent](https://github.com/kiwiproject/kiwi-parent) from 1.8.2 to 2.0.0.
- [Release notes](https://github.com/kiwiproject/kiwi-parent/releases)
- [Commits](kiwiproject/kiwi-parent@v1.8.2...v2.0.0)

---
updated-dependencies:
- dependency-name: org.kiwiproject:kiwi-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chrisrohr pushed a commit that referenced this pull request Apr 20, 2022
* Update Spring Data MongoDB and Mongo driver

 * Remove deprecated MongoClientWrapper (and its test)
* Add mongodb-driver-sync and mongodb-driver-core dependencies
  with 'provided' scoped (now in BOM)
* Update Spring Data MongoDB version (from BOM)

Closes #701 (remove MongoClientWrapper)
Closes #703 (update Spring Data MongoDB to 3.3.3)
Closes #704 (Update to latest Mongo 4.x driver)

* Update spring data mongo and mongo drivers

* Bump mongo drivers from 4.5.1 to 4.6.0
* Bump spring-data-mongodb from 4.5.1 to 4.6.0

* REVERT: Update spring data mongo and mongo drivers

* Bump spring-data-mongodb from 3.3.3 to 3.3.4

* Bump kiwi-parent from 1.8.2 to 2.0.0 (#710)

Bumps [kiwi-parent](https://github.com/kiwiproject/kiwi-parent) from 1.8.2 to 2.0.0.
- [Release notes](https://github.com/kiwiproject/kiwi-parent/releases)
- [Commits](kiwiproject/kiwi-parent@v1.8.2...v2.0.0)

---
updated-dependencies:
- dependency-name: org.kiwiproject:kiwi-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump kiwi-bom to 0.9.0 and cleanup in POM

* Bump kiwi-bom to 0.9.0
* Remove explicit versions from mongo driver deps (inherit from BOM)
* Remove explicit versions from sprig data mongo dep (inherit from BOM)
* Can now remove exclusion from spring-data-mongodb
* Add slf4j-api and logback-classic (removed in kiwi-parent 2.x)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants