Update dependency org.mockito:mockito-core to v4.11.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
org.mockito:mockito-core |
4.10.0 -> 4.11.0
|
Release Notes
mockito/mockito
v4.11.0
*Changelog generated by Shipkit Changelog Gradle Plugin*
4.11.0
- 2022-12-28 - 1 commit(s) by Andy Coates
- Improve vararg handling: approach 2 (#2807)
- Mocking varargs method with
any(String[].class)
doesn't work as expected (#2796) - (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs (#1498)
- Cannot verify varargs parameter as an array (#1222)
- ArgumentCaptor can't capture varargs-arrays (#584)
- Verification of an empty varargs call fails when isNotNull() is used (#567)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.