Skip to content

Bump mockito-core from 3.12.4 to 4.0.0#125

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.mockito-mockito-core-4.0.0
Closed

Bump mockito-core from 3.12.4 to 4.0.0#125
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/org.mockito-mockito-core-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 11, 2021

Copy link
Copy Markdown
Contributor

Bumps mockito-core from 3.12.4 to 4.0.0.

Release notes

Sourced from mockito-core's releases.

v4.0.0

Mockito 4: Removing deprecated APIs.

All of these APIs have been marked as deprecated and have been present in Mockito for quite a while.

An overview of now-deleted classes/methods:

  • org.mockito.Matchers which was an alias for org.mockito.ArgumentMatchers
  • org.mockito.ArgumentMatchers#{anyObject,anyVararg} both which were aliases for org.mockito.ArgumentMatchers#any
  • org.mockito.ArgumentMatchers#any*Of, which were aliases for the same method name without the Of and the generic parameters (which were ignored)
  • org.mockito.ArgumentMatchers#{is}{Not}Null(Class) which took a class which was ignored. Aliases for the same methods without the parameter
  • org.mockito.MockedStatic#verify which had the parameter types reversed
  • org.mockito.Mockito#verifyZeroInteractions an alias of verifyNoMoreInteractions
  • org.mockito.Mockito#debug framework integration API that we later refactored
  • org.mockito.configuration.AnnotationEngine which was leaking internal APIs and instead users should use org.mockito.plugins.AnnotationEngine
  • org.mockito.exceptions.verification.TooLittleActualInvocations fixed the grammar from "Little" to "Few"
  • Numerous internal APIs that we never officially supported and can now remove
  • org.mockito.plugins.InstantiatorProvider which was leaking internal APIs and instead users should use InstantiatorProvider2 (we should probably rename back to remove the number in a future major release)
  • org.mockito.runners a package that hosted several old JUnit runners which were no longer supported. Users should instead use org.mockito.junit.MockitoJUnitRunner which is our official JUnit4 runner.
Commits

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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Oct 11, 2021
@robfrank

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/org.mockito-mockito-core-4.0.0 branch from e8ace0c to b953cc8 Compare October 11, 2021 21:48
@arcade-player

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/maven/org.mockito-mockito-core-4.0.0 branch from b953cc8 to af6682d Compare October 12, 2021 16:29
@robfrank

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.4...v4.0.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/maven/org.mockito-mockito-core-4.0.0 branch from af6682d to 7285410 Compare October 21, 2021 21:10
@lvca lvca closed this Nov 11, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 11, 2021

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/maven/org.mockito-mockito-core-4.0.0 branch November 11, 2021 17:14
mergify Bot added a commit that referenced this pull request Mar 13, 2026
…2.10.0 to 2.10.7 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.0 to 2.10.7.
Commits

* [`cb066dc`](web-platform-dx/baseline-browser-mapping@cb066dc) Patch to 2.10.7 because browser or feature data changed
* [`223e7fa`](web-platform-dx/baseline-browser-mapping@223e7fa) Browser or feature data changed
* [`fde52ae`](web-platform-dx/baseline-browser-mapping@fde52ae) Bump serialize-javascript and `@​rollup/plugin-terser` ([#126](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/126))
* [`4b24a6b`](web-platform-dx/baseline-browser-mapping@4b24a6b) Bump minimatch ([#125](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/125))
* [`d48b116`](web-platform-dx/baseline-browser-mapping@d48b116) Bump rollup from 4.44.0 to 4.59.0 ([#124](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/124))
* [`c83ecbd`](web-platform-dx/baseline-browser-mapping@c83ecbd) Fixes broken publish workflow
* [`7be3fdd`](web-platform-dx/baseline-browser-mapping@7be3fdd) Updating static site
* [`591c802`](web-platform-dx/baseline-browser-mapping@591c802) Patch to 2.10.6 because browser or feature data changed
* [`b8b83ff`](web-platform-dx/baseline-browser-mapping@b8b83ff) Browser or feature data changed
* [`20a085b`](web-platform-dx/baseline-browser-mapping@20a085b) Patch to 2.10.5 because browser or feature data changed
* Additional commits viewable in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.0...v2.10.7)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.0&new-version=2.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…2.10.0 to 2.10.7 in /studio [skip ci]

Bumps [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) from 2.10.0 to 2.10.7.
Commits

* [`cb066dc`](web-platform-dx/baseline-browser-mapping@cb066dc) Patch to 2.10.7 because browser or feature data changed
* [`223e7fa`](web-platform-dx/baseline-browser-mapping@223e7fa) Browser or feature data changed
* [`fde52ae`](web-platform-dx/baseline-browser-mapping@fde52ae) Bump serialize-javascript and `@​rollup/plugin-terser` ([ArcadeData#126](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/126))
* [`4b24a6b`](web-platform-dx/baseline-browser-mapping@4b24a6b) Bump minimatch ([ArcadeData#125](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/125))
* [`d48b116`](web-platform-dx/baseline-browser-mapping@d48b116) Bump rollup from 4.44.0 to 4.59.0 ([ArcadeData#124](https://redirect.github.com/web-platform-dx/baseline-browser-mapping/issues/124))
* [`c83ecbd`](web-platform-dx/baseline-browser-mapping@c83ecbd) Fixes broken publish workflow
* [`7be3fdd`](web-platform-dx/baseline-browser-mapping@7be3fdd) Updating static site
* [`591c802`](web-platform-dx/baseline-browser-mapping@591c802) Patch to 2.10.6 because browser or feature data changed
* [`b8b83ff`](web-platform-dx/baseline-browser-mapping@b8b83ff) Browser or feature data changed
* [`20a085b`](web-platform-dx/baseline-browser-mapping@20a085b) Patch to 2.10.5 because browser or feature data changed
* Additional commits viewable in [compare view](web-platform-dx/baseline-browser-mapping@v2.10.0...v2.10.7)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=baseline-browser-mapping&package-manager=npm\_and\_yarn&previous-version=2.10.0&new-version=2.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants