Sourced from mockito-core's releases.
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)](mockito/mockito#2807)
- Mocking varargs method with
any(String[].class)doesn't work as expected [(#2796)](mockito/mockito#2796)- (Argument)Matchers regression from 1.10.19 to 2.18.3 for varargs [(https://github.com/facebook/flipper/issues/1498)](mockito/mockito#1498)
- Cannot verify varargs parameter as an array [(https://github.com/facebook/flipper/issues/1222)](mockito/mockito#1222)
- ArgumentCaptor can't capture varargs-arrays [(https://github.com/facebook/flipper/issues/584)](mockito/mockito#584)
- Verification of an empty varargs call fails when isNotNull() is used [(https://github.com/facebook/flipper/issues/567)](mockito/mockito#567)
v4.10.0
Changelog generated by Shipkit Changelog Gradle Plugin
4.10.0
- 2022-12-14 - 13 commit(s) by Andrei Solntsev, Andriy Redko, Andy Coates, Christopher Lambert, Marcono1234, Vladimir Glinskikh, dependabot[bot]
- Add new artifact mockito-subclass (to use mock-maker-subclass MockMaker) [(#2821)](mockito/mockito#2821)
- Bump gradle from 7.5.1 to 7.6 [(#2817)](mockito/mockito#2817)
- Fix incorrect Javadoc inline tag for MockitoJUnitRunner [(#2816)](mockito/mockito#2816)
- Bump shipkit-auto-version from 1.2.1 to 1.2.2 [(#2811)](mockito/mockito#2811)
- Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 [(#2810)](mockito/mockito#2810)
- Bump kotlinVersion from 1.7.21 to 1.7.22 [(#2809)](mockito/mockito#2809)
- Bump junit from 1.1.3 to 1.1.4 [(#2806)](mockito/mockito#2806)
- Simplify
MatcherApplicationStrategy[(#2803)](mockito/mockito#2803)- Bump kotlinVersion from 1.7.10 to 1.7.21 [(#2801)](mockito/mockito#2801)
- Bump espresso-core from 3.4.0 to 3.5.0 [(#2800)](mockito/mockito#2800)
- Bump versions.bytebuddy from 1.12.16 to 1.12.19 [(#2799)](mockito/mockito#2799)
- Upgrade errorprone from 2.14.0 to 2.16 [(#2794)](mockito/mockito#2794)
- automatically detect class to mock [(https://github.com/facebook/flipper/issues/2779)](mockito/mockito#2779)
483e15f Add type() method to ArgumentMatcher (#2807)a4e2e48 Add mockito-subclass artifact (#2821)e2e6289 Bump gradle from 7.5.1 to 7.6 (#2817)ee9ba74 Fix incorrect Javadoc inline tag for MockitoJUnitRunner (#2816)2567f05 Bump shipkit-auto-version from 1.2.1 to 1.2.2 (#2811)bdcb31e Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (#2810)34b8a8d Bump kotlinVersion from 1.7.21 to 1.7.22 (#2809)83a41fd Bump junit from 1.1.3 to 1.1.4 (#2806)8f4af18 Simplify MatcherApplicationStrategy (#2803)0ce902a Bump kotlinVersion from 1.7.10 to 1.7.21 (#2801)