Bumps mockito-core from 3.2.4 to 3.3.0.
Release notes
Sourced from mockito-core's releases.
v3.3.0
Release notes were automatically generated by Shipkit
3.3.0
- 2020-02-21 - 1 commit by Tim van der Lippe - published to
- No pull requests referenced in commit messages.
v3.2.11
Release notes were automatically generated by Shipkit
3.2.11
- 2020-02-06 - 1 commit by Tim van der Lippe - published to
- Add TestRule to MockitoJUnit [(#1858)](mockito/mockito#1858)
v3.2.10
Release notes were automatically generated by Shipkit
3.2.10
- 2020-01-31 - 2 commits by Stefano Cordio - published to
- Update Mockito version number for deletion of deprecated classes [(#1868)](mockito/mockito#1868)
- Upgrade assertj-core to version 3.15.0 [(#1867)](mockito/mockito#1867)
v3.2.9
Release notes were automatically generated by Shipkit
3.2.9
- 2020-01-27 - 3 commits by Brice Dutheil (2), Tim van der Lippe (1) - published to
- Adds the Official Gradle Wrapper Validation GitHub Action [(#1863)](mockito/mockito#1863)
- Revert "Performance optimization by using Method.getParameterCount() where possible" [(#1862)](mockito/mockito#1862)
v3.2.8
Release notes were automatically generated by Shipkit
3.2.8
- 2020-01-15 - 2 commits by Szczepan Faber (1), Tim van der Lippe (1) - published to
- Add NotExtensible to OngoingStubbing [(#1859)](mockito/mockito#1859)
v3.2.7
Release notes were automatically generated by Shipkit
3.2.7
- 2020-01-02 - 1 commit by Fabian Mendez - published to
- Fixes #1853: Allow @MockitoSettings to be inherited [(#1854)](mockito/mockito#1854)
- Allow @MockitoSettings to be inherited [(#1853)](mockito/mockito#1853)
v3.2.6
Release notes were automatically generated by Shipkit
3.2.6
... (truncated)
- 2019-12-31 - 2 commits by Christoph Dreis (1), Szczepan Faber (1) - published to
Commits
bc25440
3.3.0 release (previous 3.2.11) + release notes updated by CI build 43830a3064d
Publish Mockito 3.3.0 to Maven Central2c5a2e8
3.2.11 release (previous 3.2.10) + release notes updated by CI build 438039e5d84
Add TestRule to MockitoJUnit (#1858)f66cdf2
3.2.10 release (previous 3.2.9) + release notes updated by CI build 4378da3f5d8
Update javadoc regarding deletion of deprecated classes (#1868)ebc3024
Upgrade assertj-core to version 3.15.0 (#1867)0d2730c
3.2.9 release (previous 3.2.8) + release notes updated by CI build 436634790ec
Revert "Performance optimization by using Method.getParameterCount() where po...2994de4
Merge pull request #1863 from bric3/gradle-wrapper-validation-action- Additional commits viewable in compare view
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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Comment From: kazuki43zoo
@dependabot rebase
Comment From: dependabot-preview[bot]
Superseded by #1855.