mockito/mockito
### [`v4.6.1`](https://togithub.com/mockito/mockito/releases/tag/v4.6.1)
[Compare Source](https://togithub.com/mockito/mockito/compare/v4.6.0...v4.6.1)
*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*
##### 4.6.1
- 2022-06-02 - [6 commit(s)](https://togithub.com/mockito/mockito/compare/v4.6.0...v4.6.1) by Andy Coates, Chen Ni, dependabot\[bot]
- Bump material from 1.6.0 to 1.6.1 [(#2662)](https://togithub.com/mockito/mockito/pull/2662)
- Bump core-ktx from 1.7.0 to 1.8.0 [(#2661)](https://togithub.com/mockito/mockito/pull/2661)
- Bump groovy from 3.0.10 to 3.0.11 [(#2660)](https://togithub.com/mockito/mockito/pull/2660)
- Fix for Issue2656 [(#2659)](https://togithub.com/mockito/mockito/pull/2659)
- Bump assertj-core from 3.22.0 to 3.23.1 [(#2658)](https://togithub.com/mockito/mockito/pull/2658)
- Regression? Strictness set in `@MockitoSettings` ignored after upgrade from 4.5.1 to 4.6.0 [(#2656)](https://togithub.com/mockito/mockito/issues/2656)
- Fix typo [(#2655)](https://togithub.com/mockito/mockito/pull/2655)
### [`v4.6.0`](https://togithub.com/mockito/mockito/releases/tag/v4.6.0)
[Compare Source](https://togithub.com/mockito/mockito/compare/v4.5.1...v4.6.0)
*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*
##### 4.6.0
- 2022-05-27 - [14 commit(s)](https://togithub.com/mockito/mockito/compare/v4.5.1...v4.6.0) by Hervé Boutemy, K. Siva Prasad Reddy, Rafael Winterhalter, dependabot\[bot]
- Bump shipkit-changelog from 1.1.15 to 1.2.0 [(#2654)](https://togithub.com/mockito/mockito/pull/2654)
- Bump versions.errorprone from 2.13.1 to 2.14.0 [(#2653)](https://togithub.com/mockito/mockito/pull/2653)
- Bump shipkit-auto-version from 1.1.20 to 1.2.0 [(#2651)](https://togithub.com/mockito/mockito/pull/2651)
- Fixes [#2648](https://togithub.com/mockito/mockito/issues/2648) : Add support for customising strictness via [@Mock](https://togithub.com/Mock) annotation and MockSettings [(#2650)](https://togithub.com/mockito/mockito/pull/2650)
- Any way to enable Strict Stubbing when using Mockito.mock() without using [@Mock](https://togithub.com/Mock)? [(#2648)](https://togithub.com/mockito/mockito/issues/2648)
- Reintroduce inheriting type annotations from interfaces if only one interface is mocked, including additional interfaces. [(#2645)](https://togithub.com/mockito/mockito/pull/2645)
- Bump com.diffplug.spotless from 6.6.0 to 6.6.1 [(#2643)](https://togithub.com/mockito/mockito/pull/2643)
- fix Reproducible Build issue [(#2642)](https://togithub.com/mockito/mockito/pull/2642)
- Bump com.diffplug.spotless from 6.5.2 to 6.6.0 [(#2641)](https://togithub.com/mockito/mockito/pull/2641)
- Mockito mock of interfaces lost annotation information [(#2640)](https://togithub.com/mockito/mockito/issues/2640)
- Bump material from 1.5.0 to 1.6.0 [(#2637)](https://togithub.com/mockito/mockito/pull/2637)
- Bump com.diffplug.spotless from 6.5.1 to 6.5.2 [(#2636)](https://togithub.com/mockito/mockito/pull/2636)
- Bump versions.bytebuddy from 1.12.9 to 1.12.10 [(#2635)](https://togithub.com/mockito/mockito/pull/2635)
- Bump com.diffplug.spotless from 6.5.0 to 6.5.1 [(#2632)](https://togithub.com/mockito/mockito/pull/2632)
- Bump com.diffplug.spotless from 6.4.2 to 6.5.0 [(#2631)](https://togithub.com/mockito/mockito/pull/2631)
### [`v4.5.1`](https://togithub.com/mockito/mockito/releases/tag/v4.5.1)
[Compare Source](https://togithub.com/mockito/mockito/compare/v4.5.0...v4.5.1)
*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*
##### 4.5.1
- 2022-04-21 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v4.5.0...v4.5.1) by Jeremy Landis, dependabot\[bot]
- Fixes [#2623](https://togithub.com/mockito/mockito/issues/2623): Use zulu distribution and java 11 for release GHA job [(#2624)](https://togithub.com/mockito/mockito/pull/2624)
- Missing errorprone module for 4.5.0 in central as release was done with jdk 8 [(#2623)](https://togithub.com/mockito/mockito/issues/2623)
- Bump kotlinVersion from 1.6.20 to 1.6.21 [(#2622)](https://togithub.com/mockito/mockito/pull/2622)
#### Missing `net.bytebuddy.utility.GraalImageCode` exception
If you encounter any issues with missing ByteBuddy classes, make sure you are using ByteBuddy 1.12 or higher.
### [`v4.5.0`](https://togithub.com/mockito/mockito/releases/tag/v4.5.0)
[Compare Source](https://togithub.com/mockito/mockito/compare/v4.4.0...v4.5.0)
*Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)*
##### 4.5.0
- 2022-04-19 - [15 commit(s)](https://togithub.com/mockito/mockito/compare/v4.4.0...v4.5.0) by Andrei Silviu Dragnea, Rafael Winterhalter, Rick Ossendrijver, dependabot\[bot]
- Bump versions.errorprone from 2.13.0 to 2.13.1 [(#2621)](https://togithub.com/mockito/mockito/pull/2621)
- Bump versions.errorprone from 2.12.1 to 2.13.0 [(#2619)](https://togithub.com/mockito/mockito/pull/2619)
- Groovy inline [(#2618)](https://togithub.com/mockito/mockito/pull/2618)
- Bump actions/setup-java from 2 to 3 [(#2615)](https://togithub.com/mockito/mockito/pull/2615)
- Bump versions.bytebuddy from 1.12.8 to 1.12.9 [(#2614)](https://togithub.com/mockito/mockito/pull/2614)
- Support subclass mocks on Graal VM. [(#2613)](https://togithub.com/mockito/mockito/pull/2613)
- Bump com.diffplug.spotless from 6.4.1 to 6.4.2 [(#2611)](https://togithub.com/mockito/mockito/pull/2611)
- Bump kotlinx-coroutines-core from 1.6.0-native-mt to 1.6.1-native-mt [(#2609)](https://togithub.com/mockito/mockito/pull/2609)
- Bump versions.errorprone from 2.10.0 to 2.12.1 [(#2608)](https://togithub.com/mockito/mockito/pull/2608)
- Bump kotlinVersion from 1.6.10 to 1.6.20 [(#2607)](https://togithub.com/mockito/mockito/pull/2607)
- Bump com.diffplug.spotless from 6.4.0 to 6.4.1 [(#2606)](https://togithub.com/mockito/mockito/pull/2606)
- Bump com.diffplug.spotless from 6.3.0 to 6.4.0 [(#2605)](https://togithub.com/mockito/mockito/pull/2605)
- Bump org.eclipse.osgi from 3.17.100 to 3.17.200 [(#2597)](https://togithub.com/mockito/mockito/pull/2597)
- Deprecate ListUtil and Fields classes [(#2593)](https://togithub.com/mockito/mockito/pull/2593)
- mockito-errorprone seems not compatible with ErrorProne 2.11.0 [(#2554)](https://togithub.com/mockito/mockito/issues/2554)
- NullPointerException from Groovy metaclass methods when using mockito-inline (but not mockito-core) [(#2522)](https://togithub.com/mockito/mockito/issues/2522)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.4.0
->4.6.1
Release Notes
mockito/mockito
### [`v4.6.1`](https://togithub.com/mockito/mockito/releases/tag/v4.6.1) [Compare Source](https://togithub.com/mockito/mockito/compare/v4.6.0...v4.6.1) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 4.6.1 - 2022-06-02 - [6 commit(s)](https://togithub.com/mockito/mockito/compare/v4.6.0...v4.6.1) by Andy Coates, Chen Ni, dependabot\[bot] - Bump material from 1.6.0 to 1.6.1 [(#2662)](https://togithub.com/mockito/mockito/pull/2662) - Bump core-ktx from 1.7.0 to 1.8.0 [(#2661)](https://togithub.com/mockito/mockito/pull/2661) - Bump groovy from 3.0.10 to 3.0.11 [(#2660)](https://togithub.com/mockito/mockito/pull/2660) - Fix for Issue2656 [(#2659)](https://togithub.com/mockito/mockito/pull/2659) - Bump assertj-core from 3.22.0 to 3.23.1 [(#2658)](https://togithub.com/mockito/mockito/pull/2658) - Regression? Strictness set in `@MockitoSettings` ignored after upgrade from 4.5.1 to 4.6.0 [(#2656)](https://togithub.com/mockito/mockito/issues/2656) - Fix typo [(#2655)](https://togithub.com/mockito/mockito/pull/2655) ### [`v4.6.0`](https://togithub.com/mockito/mockito/releases/tag/v4.6.0) [Compare Source](https://togithub.com/mockito/mockito/compare/v4.5.1...v4.6.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 4.6.0 - 2022-05-27 - [14 commit(s)](https://togithub.com/mockito/mockito/compare/v4.5.1...v4.6.0) by Hervé Boutemy, K. Siva Prasad Reddy, Rafael Winterhalter, dependabot\[bot] - Bump shipkit-changelog from 1.1.15 to 1.2.0 [(#2654)](https://togithub.com/mockito/mockito/pull/2654) - Bump versions.errorprone from 2.13.1 to 2.14.0 [(#2653)](https://togithub.com/mockito/mockito/pull/2653) - Bump shipkit-auto-version from 1.1.20 to 1.2.0 [(#2651)](https://togithub.com/mockito/mockito/pull/2651) - Fixes [#2648](https://togithub.com/mockito/mockito/issues/2648) : Add support for customising strictness via [@Mock](https://togithub.com/Mock) annotation and MockSettings [(#2650)](https://togithub.com/mockito/mockito/pull/2650) - Any way to enable Strict Stubbing when using Mockito.mock() without using [@Mock](https://togithub.com/Mock)? [(#2648)](https://togithub.com/mockito/mockito/issues/2648) - Reintroduce inheriting type annotations from interfaces if only one interface is mocked, including additional interfaces. [(#2645)](https://togithub.com/mockito/mockito/pull/2645) - Bump com.diffplug.spotless from 6.6.0 to 6.6.1 [(#2643)](https://togithub.com/mockito/mockito/pull/2643) - fix Reproducible Build issue [(#2642)](https://togithub.com/mockito/mockito/pull/2642) - Bump com.diffplug.spotless from 6.5.2 to 6.6.0 [(#2641)](https://togithub.com/mockito/mockito/pull/2641) - Mockito mock of interfaces lost annotation information [(#2640)](https://togithub.com/mockito/mockito/issues/2640) - Bump material from 1.5.0 to 1.6.0 [(#2637)](https://togithub.com/mockito/mockito/pull/2637) - Bump com.diffplug.spotless from 6.5.1 to 6.5.2 [(#2636)](https://togithub.com/mockito/mockito/pull/2636) - Bump versions.bytebuddy from 1.12.9 to 1.12.10 [(#2635)](https://togithub.com/mockito/mockito/pull/2635) - Bump com.diffplug.spotless from 6.5.0 to 6.5.1 [(#2632)](https://togithub.com/mockito/mockito/pull/2632) - Bump com.diffplug.spotless from 6.4.2 to 6.5.0 [(#2631)](https://togithub.com/mockito/mockito/pull/2631) ### [`v4.5.1`](https://togithub.com/mockito/mockito/releases/tag/v4.5.1) [Compare Source](https://togithub.com/mockito/mockito/compare/v4.5.0...v4.5.1) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 4.5.1 - 2022-04-21 - [2 commit(s)](https://togithub.com/mockito/mockito/compare/v4.5.0...v4.5.1) by Jeremy Landis, dependabot\[bot] - Fixes [#2623](https://togithub.com/mockito/mockito/issues/2623): Use zulu distribution and java 11 for release GHA job [(#2624)](https://togithub.com/mockito/mockito/pull/2624) - Missing errorprone module for 4.5.0 in central as release was done with jdk 8 [(#2623)](https://togithub.com/mockito/mockito/issues/2623) - Bump kotlinVersion from 1.6.20 to 1.6.21 [(#2622)](https://togithub.com/mockito/mockito/pull/2622) #### Missing `net.bytebuddy.utility.GraalImageCode` exception If you encounter any issues with missing ByteBuddy classes, make sure you are using ByteBuddy 1.12 or higher. ### [`v4.5.0`](https://togithub.com/mockito/mockito/releases/tag/v4.5.0) [Compare Source](https://togithub.com/mockito/mockito/compare/v4.4.0...v4.5.0) *Changelog generated by [Shipkit Changelog Gradle Plugin](https://togithub.com/shipkit/shipkit-changelog)* ##### 4.5.0 - 2022-04-19 - [15 commit(s)](https://togithub.com/mockito/mockito/compare/v4.4.0...v4.5.0) by Andrei Silviu Dragnea, Rafael Winterhalter, Rick Ossendrijver, dependabot\[bot] - Bump versions.errorprone from 2.13.0 to 2.13.1 [(#2621)](https://togithub.com/mockito/mockito/pull/2621) - Bump versions.errorprone from 2.12.1 to 2.13.0 [(#2619)](https://togithub.com/mockito/mockito/pull/2619) - Groovy inline [(#2618)](https://togithub.com/mockito/mockito/pull/2618) - Bump actions/setup-java from 2 to 3 [(#2615)](https://togithub.com/mockito/mockito/pull/2615) - Bump versions.bytebuddy from 1.12.8 to 1.12.9 [(#2614)](https://togithub.com/mockito/mockito/pull/2614) - Support subclass mocks on Graal VM. [(#2613)](https://togithub.com/mockito/mockito/pull/2613) - Bump com.diffplug.spotless from 6.4.1 to 6.4.2 [(#2611)](https://togithub.com/mockito/mockito/pull/2611) - Bump kotlinx-coroutines-core from 1.6.0-native-mt to 1.6.1-native-mt [(#2609)](https://togithub.com/mockito/mockito/pull/2609) - Bump versions.errorprone from 2.10.0 to 2.12.1 [(#2608)](https://togithub.com/mockito/mockito/pull/2608) - Bump kotlinVersion from 1.6.10 to 1.6.20 [(#2607)](https://togithub.com/mockito/mockito/pull/2607) - Bump com.diffplug.spotless from 6.4.0 to 6.4.1 [(#2606)](https://togithub.com/mockito/mockito/pull/2606) - Bump com.diffplug.spotless from 6.3.0 to 6.4.0 [(#2605)](https://togithub.com/mockito/mockito/pull/2605) - Bump org.eclipse.osgi from 3.17.100 to 3.17.200 [(#2597)](https://togithub.com/mockito/mockito/pull/2597) - Deprecate ListUtil and Fields classes [(#2593)](https://togithub.com/mockito/mockito/pull/2593) - mockito-errorprone seems not compatible with ErrorProne 2.11.0 [(#2554)](https://togithub.com/mockito/mockito/issues/2554) - NullPointerException from Groovy metaclass methods when using mockito-inline (but not mockito-core) [(#2522)](https://togithub.com/mockito/mockito/issues/2522)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.