Bump mockito.version from 4.1.0 to 4.3.1
Bumps mockito.version
from 4.1.0 to 4.3.1.
Updates mockito-core
from 4.1.0 to 4.3.1
Release notes
Sourced from mockito-core's releases.
v4.3.1
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.3.1
- 2022-01-25 - 1 commit(s) by Stefano Cordio
- Add
mockito-core
to the BOM [(#2550)](https://github.com/mockito/mockito/pull/2550)v4.3.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.3.0
- 2022-01-24 - 20 commit(s) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot[bot], temp-droid
- Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies [(#2546)](https://github.com/mockito/mockito/pull/2546)
- Issue 2544 [(#2545)](https://github.com/mockito/mockito/pull/2545)
- Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#2543)](https://github.com/mockito/mockito/pull/2543)
- Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#2542)](https://github.com/mockito/mockito/pull/2542)
- Bump material from 1.4.0 to 1.5.0 [(#2541)](https://github.com/mockito/mockito/pull/2541)
- Bump appcompat from 1.4.0 to 1.4.1 [(#2539)](https://github.com/mockito/mockito/pull/2539)
- Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#2536)](https://github.com/mockito/mockito/pull/2536)
- Remove an
@link
[(#2535)](https://github.com/mockito/mockito/pull/2535)- Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#2534)](https://github.com/mockito/mockito/pull/2534)
- Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#2533)](https://github.com/mockito/mockito/pull/2533)
- Bump assertj-core from 3.21.0 to 3.22.0 [(#2531)](https://github.com/mockito/mockito/pull/2531)
- Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#2529)](https://github.com/mockito/mockito/pull/2529)
- Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#2527)](https://github.com/mockito/mockito/pull/2527)
- Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#2526)](https://github.com/mockito/mockito/pull/2526)
- Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#2524)](https://github.com/mockito/mockito/pull/2524)
- Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#2520)](https://github.com/mockito/mockito/pull/2520)
- Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#2519)](https://github.com/mockito/mockito/pull/2519)
- Fixes #2510: Remove ExpectedException from internal test suite [(#2518)](https://github.com/mockito/mockito/pull/2518)
- Fix JavaDoc warnings and enforce zero errors in Gradle [(#2513)](https://github.com/mockito/mockito/pull/2513)
- Remove
ExpectedException
from internal test suite [(#2510)](https://github.com/mockito/mockito/issues/2510)- Incomplete stack trace returned from spy inside another spy [(#2489)](https://github.com/mockito/mockito/issues/2489)
- Introduce a BOM for Mockito's artifacts (closes #2321) [(#2323)](https://github.com/mockito/mockito/pull/2323)
- Provide a bill of materials (BOM) [(#2321)](https://github.com/mockito/mockito/issues/2321)
v4.2.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.2.0
- 2021-12-16 - 21 commit(s) by Liam Miller-Cushon, Rafael Winterhalter, Tim van der Lippe, dependabot[bot], temp-droid
- Update ByteBuddy to 1.12.4 [(#2515)](https://github.com/mockito/mockito/pull/2515)
- Bump kotlinVersion from 1.6.0 to 1.6.10 [(#2514)](https://github.com/mockito/mockito/pull/2514)
- Add DoNotMock mention to main JavaDoc [(#2512)](https://github.com/mockito/mockito/pull/2512)
- Replace ExpectedException in MissingInvocationInOrderCheckerTest [(#2511)](https://github.com/mockito/mockito/pull/2511)
- Update Gradle to version 7.3.1 [(#2509)](https://github.com/mockito/mockito/pull/2509)
- Fixes #2497: Throw exception on invalid matchers for
mockStatic
[(#2506)](https://github.com/mockito/mockito/pull/2506)- Make sure interface types are initialized before inline mocking to avoid blocking code of static initializers. [(#2505)](https://github.com/mockito/mockito/pull/2505)
- Bump org.eclipse.osgi from 3.17.0 to 3.17.100 [(#2504)](https://github.com/mockito/mockito/pull/2504)
- Bump com.diffplug.spotless from 6.0.2 to 6.0.4 [(#2501)](https://github.com/mockito/mockito/pull/2501)
... (truncated)
Commits
-
f8ffebe
Addmockito-core
tomockito-bom
(#2550) -
8cdf0cc
Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies ... -
faa6e92
Bump appcompat from 1.4.0 to 1.4.1 (#2539) -
5505941
Fix Mockito.mockConstructionWithAnswer with more than 2 invocations (#2545) -
9e95f1a
Bump versions.bytebuddy from 1.12.6 to 1.12.7 (#2543) -
8e94aeb
Bump material from 1.4.0 to 1.5.0 (#2541) -
88b958d
Bump com.diffplug.spotless from 6.1.2 to 6.2.0 (#2542) -
cb948d2
Bump com.diffplug.spotless from 6.1.1 to 6.1.2 (#2536) -
d501300
Remove@link
to ProxyMockMaker from main Mockito javadoc (#2535) -
3dca21f
Bump com.diffplug.spotless from 6.1.0 to 6.1.1 (#2534) - Additional commits viewable in compare view
Updates `mockito-junit-jupiter` from 4.1.0 to 4.3.1
Release notes
Sourced from mockito-junit-jupiter's releases.
v4.3.1
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.3.1
- 2022-01-25 - 1 commit(s) by Stefano Cordio
- Add
mockito-core
to the BOM [(#2550)](https://github.com/mockito/mockito/pull/2550)v4.3.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.3.0
- 2022-01-24 - 20 commit(s) by Andrew Kozel, John Pyeatt, Liam Miller-Cushon, Thomas Keller, Tim van der Lippe, dependabot[bot], temp-droid
- Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies [(#2546)](https://github.com/mockito/mockito/pull/2546)
- Issue 2544 [(#2545)](https://github.com/mockito/mockito/pull/2545)
- Bump versions.bytebuddy from 1.12.6 to 1.12.7 [(#2543)](https://github.com/mockito/mockito/pull/2543)
- Bump com.diffplug.spotless from 6.1.2 to 6.2.0 [(#2542)](https://github.com/mockito/mockito/pull/2542)
- Bump material from 1.4.0 to 1.5.0 [(#2541)](https://github.com/mockito/mockito/pull/2541)
- Bump appcompat from 1.4.0 to 1.4.1 [(#2539)](https://github.com/mockito/mockito/pull/2539)
- Bump com.diffplug.spotless from 6.1.1 to 6.1.2 [(#2536)](https://github.com/mockito/mockito/pull/2536)
- Remove an
@link
[(#2535)](https://github.com/mockito/mockito/pull/2535)- Bump com.diffplug.spotless from 6.1.0 to 6.1.1 [(#2534)](https://github.com/mockito/mockito/pull/2534)
- Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 [(#2533)](https://github.com/mockito/mockito/pull/2533)
- Bump assertj-core from 3.21.0 to 3.22.0 [(#2531)](https://github.com/mockito/mockito/pull/2531)
- Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 [(#2529)](https://github.com/mockito/mockito/pull/2529)
- Bump com.diffplug.spotless from 6.0.5 to 6.1.0 [(#2527)](https://github.com/mockito/mockito/pull/2527)
- Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt [(#2526)](https://github.com/mockito/mockito/pull/2526)
- Bump versions.bytebuddy from 1.12.5 to 1.12.6 [(#2524)](https://github.com/mockito/mockito/pull/2524)
- Bump com.diffplug.spotless from 6.0.4 to 6.0.5 [(#2520)](https://github.com/mockito/mockito/pull/2520)
- Bump versions.bytebuddy from 1.12.4 to 1.12.5 [(#2519)](https://github.com/mockito/mockito/pull/2519)
- Fixes #2510: Remove ExpectedException from internal test suite [(#2518)](https://github.com/mockito/mockito/pull/2518)
- Fix JavaDoc warnings and enforce zero errors in Gradle [(#2513)](https://github.com/mockito/mockito/pull/2513)
- Remove
ExpectedException
from internal test suite [(#2510)](https://github.com/mockito/mockito/issues/2510)- Incomplete stack trace returned from spy inside another spy [(#2489)](https://github.com/mockito/mockito/issues/2489)
- Introduce a BOM for Mockito's artifacts (closes #2321) [(#2323)](https://github.com/mockito/mockito/pull/2323)
- Provide a bill of materials (BOM) [(#2321)](https://github.com/mockito/mockito/issues/2321)
v4.2.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.2.0
- 2021-12-16 - 21 commit(s) by Liam Miller-Cushon, Rafael Winterhalter, Tim van der Lippe, dependabot[bot], temp-droid
- Update ByteBuddy to 1.12.4 [(#2515)](https://github.com/mockito/mockito/pull/2515)
- Bump kotlinVersion from 1.6.0 to 1.6.10 [(#2514)](https://github.com/mockito/mockito/pull/2514)
- Add DoNotMock mention to main JavaDoc [(#2512)](https://github.com/mockito/mockito/pull/2512)
- Replace ExpectedException in MissingInvocationInOrderCheckerTest [(#2511)](https://github.com/mockito/mockito/pull/2511)
- Update Gradle to version 7.3.1 [(#2509)](https://github.com/mockito/mockito/pull/2509)
- Fixes #2497: Throw exception on invalid matchers for
mockStatic
[(#2506)](https://github.com/mockito/mockito/pull/2506)- Make sure interface types are initialized before inline mocking to avoid blocking code of static initializers. [(#2505)](https://github.com/mockito/mockito/pull/2505)
- Bump org.eclipse.osgi from 3.17.0 to 3.17.100 [(#2504)](https://github.com/mockito/mockito/pull/2504)
- Bump com.diffplug.spotless from 6.0.2 to 6.0.4 [(#2501)](https://github.com/mockito/mockito/pull/2501)
... (truncated)
Commits
-
f8ffebe
Addmockito-core
tomockito-bom
(#2550) -
8cdf0cc
Fixes #2489 : Fixed issue related to exceptions thrown from the nested spies ... -
faa6e92
Bump appcompat from 1.4.0 to 1.4.1 (#2539) -
5505941
Fix Mockito.mockConstructionWithAnswer with more than 2 invocations (#2545) -
9e95f1a
Bump versions.bytebuddy from 1.12.6 to 1.12.7 (#2543) -
8e94aeb
Bump material from 1.4.0 to 1.5.0 (#2541) -
88b958d
Bump com.diffplug.spotless from 6.1.2 to 6.2.0 (#2542) -
cb948d2
Bump com.diffplug.spotless from 6.1.1 to 6.1.2 (#2536) -
d501300
Remove@link
to ProxyMockMaker from main Mockito javadoc (#2535) -
3dca21f
Bump com.diffplug.spotless from 6.1.0 to 6.1.1 (#2534) - Additional commits viewable in compare view