Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps slf4j-mock from 2.1.1 to 2.2.0.

Release notes

Sourced from slf4j-mock's releases.

v2.2.0

What's Changed

💥 Breaking changes

  • Code cleanup - remove deprecated code #110

🐞 Bug Fixes

  • Fixes #135 by replacing mockito internal functions #137

🔨 Maintenance

  • Exclude org.slf4j.impl package from java docs #111

🧰 Dependency updates

  • Bump pgp-keys-map from 2021.07.12 to 2021.07.17 #97
  • Bump mockito.version from 3.11.2 to 3.12.0 #98
  • Bump mockito.version from 3.12.0 to 3.12.1 #99
  • Bump mockito.version from 3.12.1 to 3.12.3 #100
  • Bump mockito.version from 3.12.3 to 3.12.4 #101
  • Bump parent from 2.13.0 to 2.14.0 #102
  • Bump junit.version from 5.7.2 to 5.8.0 #103
  • Bump pgp-keys-map from 2021.07.17 to 2021.09.18 #105
  • Bump assertj-core from 3.20.2 to 3.21.0 #104
  • Bump junit.version from 5.8.0 to 5.8.1 #106
  • Bump parent from 2.14.0 to 2.15.0 #108
  • Bump mockito.version from 3.12.4 to 4.0.0 #107
  • Bump pgp-keys-map from 2021.09.18 to 2021.10.13 #109
  • Bump mockito.version from 4.0.0 to 4.1.0 #113
  • Bump pgp-keys-map from 2021.10.13 to 2021.11.19 #114
  • Bump pgpverify-maven-plugin from 1.14.1 to 1.15.0 #112
  • Bump junit.version from 5.8.1 to 5.8.2 #115
  • Bump mockito.version from 4.1.0 to 4.2.0 #116
  • Bump pgp-keys-map from 2021.11.19 to 2021.12.28 #123
  • Bump assertj-core from 3.21.0 to 3.22.0 #124
  • Bump pgpverify-maven-plugin from 1.15.0 to 1.16.0 #125
  • Bump slf4j-api from 1.7.32 to 1.7.33 #126
  • Bump mockito.version from 4.2.0 to 4.3.0 #127
  • Bump slf4j-api from 1.7.33 to 1.7.34 #128
  • Bump slf4j-api from 1.7.34 to 1.7.35 #129
  • Bump mockito.version from 4.3.0 to 4.3.1 #130
  • Bump pgp-keys-map from 2021.12.28 to 2022.02.05 #131
  • Bump slf4j-api from 1.7.35 to 1.7.36 #132
  • Bump mockito.version from 4.3.1 to 4.4.0 #133
  • Bump parent from 2.15.0 to 2.16.0 #134
  • Bump mockito.version from 4.4.0 to 4.5.0 #136

❤️ Thanks

... (truncated)

Commits
  • c3e8d1d [maven-release-plugin] prepare release v2.2.0
  • cbcf69e Bump mockito.version from 4.4.0 to 4.5.0
  • 373f0bc Fixes #135 by replacing mockito internal functions
  • 078481e Bump parent from 2.15.0 to 2.16.0
  • 4b381cf File sync from s4u/.github - Bump release-drafter/release-drafter in /common-...
  • 9d4905b Bump mockito.version from 4.3.1 to 4.4.0
  • b46be02 File sync from s4u/.github - Shared auto approve
  • c86db92 File sync from s4u/.github - Shared auto approve
  • 1156fa3 File sync from s4u/.github - disable auto approve
  • 9dc005b File sync from s4u/.github - Bump dependabot/fetch-metadata from 1.1.1 to 1.2...
  • Additional commits viewable 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 [slf4j-mock](https://github.com/s4u/slf4j-mock) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/s4u/slf4j-mock/releases)
- [Commits](s4u/slf4j-mock@v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: org.simplify4u:slf4j-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 20, 2022
@robot-simplify4u robot-simplify4u enabled auto-merge (rebase) April 20, 2022 19:46
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@robot-simplify4u robot-simplify4u merged commit eb2e9e8 into master Apr 20, 2022
@robot-simplify4u robot-simplify4u deleted the dependabot/maven/org.simplify4u-slf4j-mock-2.2.0 branch April 20, 2022 19:53
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
Development

Successfully merging this pull request may close these issues.

1 participant