Bump mockito.version from 4.6.1 to 4.7.0
Bumps mockito.version
from 4.6.1 to 4.7.0.
Updates mockito-core
from 4.6.1 to 4.7.0
Release notes
Sourced from mockito-core's releases.
v4.7.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.7.0
- 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen Ni, Marius Lichtblau, Nikita Koselev. Developer Advocate, Open Source Ally, Rafael Winterhalter, dependabot[bot], dstango, fishautumn, heqiang
- Bump com.diffplug.spotless from 6.9.0 to 6.9.1 [(#2725)](https://github.com/mockito/mockito/pull/2725)
- Bump versions.bytebuddy from 1.12.12 to 1.12.13 [(#2719)](https://github.com/mockito/mockito/pull/2719)
- Fix Javadoc for Mockito. [(#2718)](https://github.com/mockito/mockito/pull/2718)
- Bump com.diffplug.spotless from 6.8.0 to 6.9.0 [(#2717)](https://github.com/mockito/mockito/pull/2717)
- Fix a typo in comment of InternalRunner.java [(#2715)](https://github.com/mockito/mockito/pull/2715)
- Bump junit-platform-launcher from 1.8.2 to 1.9.0 [(#2713)](https://github.com/mockito/mockito/pull/2713)
- Bump versions.junitJupiter from 5.8.2 to 5.9.0 [(#2712)](https://github.com/mockito/mockito/pull/2712)
- Bump groovy from 3.0.11 to 3.0.12 [(#2711)](https://github.com/mockito/mockito/pull/2711)
- Bump shipkit-auto-version from 1.2.0 to 1.2.1 [(#2709)](https://github.com/mockito/mockito/pull/2709)
- Bump kotlinVersion from 1.7.0 to 1.7.10 [(#2705)](https://github.com/mockito/mockito/pull/2705)
- Bump com.diffplug.spotless from 6.7.2 to 6.8.0 [(#2699)](https://github.com/mockito/mockito/pull/2699)
- Bump versions.bytebuddy from 1.12.11 to 1.12.12 [(#2695)](https://github.com/mockito/mockito/pull/2695)
- Makes error message less misleading and points to github for help. Issue #2692 [(#2693)](https://github.com/mockito/mockito/pull/2693)
- Misleading error message when mocking and a class (of a parameter) is not found [(#2692)](https://github.com/mockito/mockito/issues/2692)
- Bump kotlinx-coroutines-core from 1.6.1-native-mt to 1.6.3-native-mt [(#2691)](https://github.com/mockito/mockito/pull/2691)
- Bump versions.bytebuddy from 1.12.10 to 1.12.11 [(#2690)](https://github.com/mockito/mockito/pull/2690)
- Fixes #2679 : Update Javadoc [(#2689)](https://github.com/mockito/mockito/pull/2689)
- Bump org.eclipse.osgi from 3.17.200 to 3.18.0 [(#2688)](https://github.com/mockito/mockito/pull/2688)
- RETURNS_SELF: Avoids returning mock when mock type is assignable to method return type, but method return type is Object. [(#2687)](https://github.com/mockito/mockito/pull/2687)
- RETURNS_SELF breaks methods with generic return type [(#2686)](https://github.com/mockito/mockito/issues/2686)
- Fix #2616 wrong stub for nested static [(#2685)](https://github.com/mockito/mockito/pull/2685)
- Bump com.diffplug.spotless from 6.7.0 to 6.7.2 [(#2684)](https://github.com/mockito/mockito/pull/2684)
- Avoids starting mocks "half-way" if a superclass constructor is mocked but an unmocked subclass is initiated. [(#2682)](https://github.com/mockito/mockito/pull/2682)
- Fix typo [(#2681)](https://github.com/mockito/mockito/pull/2681)
- Update javadoc of
Strictness.STRICT_STUBS
[(#2679)](https://github.com/mockito/mockito/issues/2679)- Bump kotlinVersion from 1.6.21 to 1.7.0 [(#2677)](https://github.com/mockito/mockito/pull/2677)
- Bump biz.aQute.bnd.builder from 6.3.0 to 6.3.1 [(#2675)](https://github.com/mockito/mockito/pull/2675)
- Bump biz.aQute.bnd.gradle from 6.3.0 to 6.3.1 [(#2674)](https://github.com/mockito/mockito/pull/2674)
- Bump com.diffplug.spotless from 6.6.1 to 6.7.0 [(#2672)](https://github.com/mockito/mockito/pull/2672)
- update CONTRIBUTING.md - stackoverflow [(#2671)](https://github.com/mockito/mockito/pull/2671)
- stackoverflow.com is a non-actionable text, to be replaced with a hyperlink [(#2670)](https://github.com/mockito/mockito/issues/2670)
- Fix typos [(#2669)](https://github.com/mockito/mockito/pull/2669)
- Bump biz.aQute.bnd.gradle from 6.2.0 to 6.3.0 [(#2666)](https://github.com/mockito/mockito/pull/2666)
- Bump biz.aQute.bnd.builder from 6.2.0 to 6.3.0 [(#2665)](https://github.com/mockito/mockito/pull/2665)
- Improve Varargs handling in AdditionalAnswers [(#2664)](https://github.com/mockito/mockito/pull/2664)
- Bump appcompat from 1.4.1 to 1.4.2 [(#2663)](https://github.com/mockito/mockito/pull/2663)
- Varargs methods cause
ClassCastException
inAnswerFunctionalInterfaces
[(#2644)](https://github.com/mockito/mockito/issues/2644)- Mock static class seems records wrong invocations if called nested method throws exception [(#2616)](https://github.com/mockito/mockito/issues/2616)
Commits
-
70c1fe9
Bump com.diffplug.spotless from 6.9.0 to 6.9.1 (#2725) -
95b43e5
Bump versions.bytebuddy from 1.12.12 to 1.12.13 (#2719) -
b4d8f5a
Fix Javadoc for Mockito. (#2718) -
507ac87
Bump com.diffplug.spotless from 6.8.0 to 6.9.0 (#2717) -
6e9c5fa
Fix typo in comment of InternalRunner.java (#2715) -
2bcc19a
Bump junit-platform-launcher from 1.8.2 to 1.9.0 (#2713) -
98a0a0b
Bump versions.junitJupiter from 5.8.2 to 5.9.0 (#2712) -
de63c24
Bump groovy from 3.0.11 to 3.0.12 (#2711) -
ce8f617
Bump shipkit-auto-version from 1.2.0 to 1.2.1 (#2709) -
9bc7601
Bump kotlinVersion from 1.7.0 to 1.7.10 (#2705) - Additional commits viewable in compare view
Updates `mockito-junit-jupiter` from 4.6.1 to 4.7.0
Release notes
Sourced from mockito-junit-jupiter's releases.
v4.7.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.7.0
- 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen Ni, Marius Lichtblau, Nikita Koselev. Developer Advocate, Open Source Ally, Rafael Winterhalter, dependabot[bot], dstango, fishautumn, heqiang
- Bump com.diffplug.spotless from 6.9.0 to 6.9.1 [(#2725)](https://github.com/mockito/mockito/pull/2725)
- Bump versions.bytebuddy from 1.12.12 to 1.12.13 [(#2719)](https://github.com/mockito/mockito/pull/2719)
- Fix Javadoc for Mockito. [(#2718)](https://github.com/mockito/mockito/pull/2718)
- Bump com.diffplug.spotless from 6.8.0 to 6.9.0 [(#2717)](https://github.com/mockito/mockito/pull/2717)
- Fix a typo in comment of InternalRunner.java [(#2715)](https://github.com/mockito/mockito/pull/2715)
- Bump junit-platform-launcher from 1.8.2 to 1.9.0 [(#2713)](https://github.com/mockito/mockito/pull/2713)
- Bump versions.junitJupiter from 5.8.2 to 5.9.0 [(#2712)](https://github.com/mockito/mockito/pull/2712)
- Bump groovy from 3.0.11 to 3.0.12 [(#2711)](https://github.com/mockito/mockito/pull/2711)
- Bump shipkit-auto-version from 1.2.0 to 1.2.1 [(#2709)](https://github.com/mockito/mockito/pull/2709)
- Bump kotlinVersion from 1.7.0 to 1.7.10 [(#2705)](https://github.com/mockito/mockito/pull/2705)
- Bump com.diffplug.spotless from 6.7.2 to 6.8.0 [(#2699)](https://github.com/mockito/mockito/pull/2699)
- Bump versions.bytebuddy from 1.12.11 to 1.12.12 [(#2695)](https://github.com/mockito/mockito/pull/2695)
- Makes error message less misleading and points to github for help. Issue #2692 [(#2693)](https://github.com/mockito/mockito/pull/2693)
- Misleading error message when mocking and a class (of a parameter) is not found [(#2692)](https://github.com/mockito/mockito/issues/2692)
- Bump kotlinx-coroutines-core from 1.6.1-native-mt to 1.6.3-native-mt [(#2691)](https://github.com/mockito/mockito/pull/2691)
- Bump versions.bytebuddy from 1.12.10 to 1.12.11 [(#2690)](https://github.com/mockito/mockito/pull/2690)
- Fixes #2679 : Update Javadoc [(#2689)](https://github.com/mockito/mockito/pull/2689)
- Bump org.eclipse.osgi from 3.17.200 to 3.18.0 [(#2688)](https://github.com/mockito/mockito/pull/2688)
- RETURNS_SELF: Avoids returning mock when mock type is assignable to method return type, but method return type is Object. [(#2687)](https://github.com/mockito/mockito/pull/2687)
- RETURNS_SELF breaks methods with generic return type [(#2686)](https://github.com/mockito/mockito/issues/2686)
- Fix #2616 wrong stub for nested static [(#2685)](https://github.com/mockito/mockito/pull/2685)
- Bump com.diffplug.spotless from 6.7.0 to 6.7.2 [(#2684)](https://github.com/mockito/mockito/pull/2684)
- Avoids starting mocks "half-way" if a superclass constructor is mocked but an unmocked subclass is initiated. [(#2682)](https://github.com/mockito/mockito/pull/2682)
- Fix typo [(#2681)](https://github.com/mockito/mockito/pull/2681)
- Update javadoc of
Strictness.STRICT_STUBS
[(#2679)](https://github.com/mockito/mockito/issues/2679)- Bump kotlinVersion from 1.6.21 to 1.7.0 [(#2677)](https://github.com/mockito/mockito/pull/2677)
- Bump biz.aQute.bnd.builder from 6.3.0 to 6.3.1 [(#2675)](https://github.com/mockito/mockito/pull/2675)
- Bump biz.aQute.bnd.gradle from 6.3.0 to 6.3.1 [(#2674)](https://github.com/mockito/mockito/pull/2674)
- Bump com.diffplug.spotless from 6.6.1 to 6.7.0 [(#2672)](https://github.com/mockito/mockito/pull/2672)
- update CONTRIBUTING.md - stackoverflow [(#2671)](https://github.com/mockito/mockito/pull/2671)
- stackoverflow.com is a non-actionable text, to be replaced with a hyperlink [(#2670)](https://github.com/mockito/mockito/issues/2670)
- Fix typos [(#2669)](https://github.com/mockito/mockito/pull/2669)
- Bump biz.aQute.bnd.gradle from 6.2.0 to 6.3.0 [(#2666)](https://github.com/mockito/mockito/pull/2666)
- Bump biz.aQute.bnd.builder from 6.2.0 to 6.3.0 [(#2665)](https://github.com/mockito/mockito/pull/2665)
- Improve Varargs handling in AdditionalAnswers [(#2664)](https://github.com/mockito/mockito/pull/2664)
- Bump appcompat from 1.4.1 to 1.4.2 [(#2663)](https://github.com/mockito/mockito/pull/2663)
- Varargs methods cause
ClassCastException
inAnswerFunctionalInterfaces
[(#2644)](https://github.com/mockito/mockito/issues/2644)- Mock static class seems records wrong invocations if called nested method throws exception [(#2616)](https://github.com/mockito/mockito/issues/2616)
Commits
-
70c1fe9
Bump com.diffplug.spotless from 6.9.0 to 6.9.1 (#2725) -
95b43e5
Bump versions.bytebuddy from 1.12.12 to 1.12.13 (#2719) -
b4d8f5a
Fix Javadoc for Mockito. (#2718) -
507ac87
Bump com.diffplug.spotless from 6.8.0 to 6.9.0 (#2717) -
6e9c5fa
Fix typo in comment of InternalRunner.java (#2715) -
2bcc19a
Bump junit-platform-launcher from 1.8.2 to 1.9.0 (#2713) -
98a0a0b
Bump versions.junitJupiter from 5.8.2 to 5.9.0 (#2712) -
de63c24
Bump groovy from 3.0.11 to 3.0.12 (#2711) -
ce8f617
Bump shipkit-auto-version from 1.2.0 to 1.2.1 (#2709) -
9bc7601
Bump kotlinVersion from 1.7.0 to 1.7.10 (#2705) - Additional commits viewable in compare view