Bumps mockito-junit-jupiter from 3.3.3 to 3.4.0.
Release notes
Sourced from mockito-junit-jupiter's releases.
v3.4.0
Release notes were automatically generated by Shipkit
3.4.0
- 2020-07-10 - 19 commits by 9 authors - published to
- Commits: Tim van der Lippe (5), Erhard Pointl (4), Rafael Winterhalter (3), Eitan Adler (2), adrianriley (1), akluball (1), Artem Prigoda (1), Jamie Tanna (1), Naoki Takezoe (1)
- [Android support] Enable mocking static methods in Mockito [(#1013)](mockito/mockito#1013)
- Document using
@Mock
with method parameters [(#1961)](mockito/mockito#1961)- Documentation:
@Mock
on method parameters [(#1960)](mockito/mockito#1960)- Update errorprone gradle plugin to v1.2.1 [(#1958)](mockito/mockito#1958)
- Update spotless Travis job name to be more descriptive [(#1957)](mockito/mockito#1957)
- Fix a confusing typo in subclassing error message [(#1953)](mockito/mockito#1953)
- Update bnd gradle plugin to v5.1.1 [(#1952)](mockito/mockito#1952)
- Use errorprone 2.4.0 [(#1951)](mockito/mockito#1951)
- Use jacoco v0.8.5 [(#1950)](mockito/mockito#1950)
- Fixes #1712 : prepend description to AssertionError thrown in verification [(#1949)](mockito/mockito#1949)
- Update gradle 6 [(#1948)](mockito/mockito#1948)
- Move spotless check to separate build task [(#1946)](mockito/mockito#1946)
- [Travis] Replace JDK 9/10 with 14 [(#1945)](mockito/mockito#1945)
- Fixes #1898 : Return mock name from toString method for deep stub mocks [(#1942)](mockito/mockito#1942)
- [checkstyle] switch to new DTD [(#1940)](mockito/mockito#1940)
- Use google-java-format in spotless [(#1934)](mockito/mockito#1934)
- Update report message to use any() instead of anyObject() [(#1931)](mockito/mockito#1931)
- [build] bump gradle to latest 5.x release [(#1923)](mockito/mockito#1923)
- [build] update gradle-errorprone-plugin to 1.1.0 [(#1908)](mockito/mockito#1908)
- RETURNS_DEEP_STUBS override a mock's toString to
null
[(#1898)](mockito/mockito#1898)- "description" not printing when verify args don't match [(#1712)](mockito/mockito#1712)
v3.3.12
Release notes were automatically generated by Shipkit
3.3.12
- 2020-05-25 - 1 commit by Vinicius Scheidegger - published to
- Update javadoc - remove deprecated class [(#1938)](mockito/mockito#1938)
v3.3.11
Release notes were automatically generated by Shipkit
3.3.11
- 2020-05-14 - 5 commits by Andrei Silviu Dragnea (2), Szczepan Faber (2), Eitan Adler (1) - published to
- JUnit 5 strict stubs check should not suppress the regular test failure [(#1928)](mockito/mockito#1928)
- Fix import order [(#1927)](mockito/mockito#1927)
- [build] add ben-manes dependency upgrade finder [(#1922)](mockito/mockito#1922)
v3.3.10
Release notes were automatically generated by Shipkit
3.3.10
- 2020-04-30 - 1 commit by netbeansuser2019 - published to
- Update dependencies.gradle [(#1920)](mockito/mockito#1920)
Commits
05b39bf
3.4.0 release (previous 3.3.12) + release notes updated by CI build 4577573bf0d
[ci maven-central-release] Include ability for static mocksbdd2b10
Update src/main/java/org/mockito/Captor.javab3fc349
Mockito #1013: Defines and implements API for static mocking.87aacae
Document using@Mock
with method parameters (#1961)0501e02
Update errorprone gradle plugin to v1.2.1 (#1958)c5edffe
Update spotless Travis job name to be more descriptive (#1957)0ed81f7
Fixes #1712: prepend description to AssertionError thrown in verification (#1...397b4d2
Update gradle-errorprone-plugin to 1.1.0 (#1908)4fd405d
Fix a confusing typo in subclassing error message (#1953)- 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