Changelog generated by Shipkit Changelog Gradle Plugin
5.3.0
- 2023-04-11 - 14 commit(s) by Krzysztof Krasoń, Maciej Walkowiak, Rafael Winterhalter, Wesley Tsai, dependabot[bot], jfrantzius
- Bump com.diffplug.spotless from 6.17.0 to 6.18.0 (#2967)
- Bump versions.bytebuddy from 1.14.3 to 1.14.4 (#2966)
- Adds
withoutAnnotations
parameter to@Mock
(#2965) - Fix ClassCastException (#2962)
- Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17 (#2959)
- ClassCastException when combining InjectMocks with generified Mock field (#2958)
- Bump versions.bytebuddy from 1.14.2 to 1.14.3 (#2950)
- Add
ArgumentMatchers#assertArg
method. (#2949) - Fixes 2947: correct visibility check to respect nestmates (#2948)
- spy does not initialize objects fully with InstrumentationMemberAccessor (#2947)
- Fixes #2877: removed mockito-inline as subproject and actual subproject (#2945)
- #2934 throw exception on multiple matches by type if cannot be reduce… (#2942)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300 (#2941)
- Bump com.diffplug.spotless from 6.16.0 to 6.17.0 (#2940)
- Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16 (#2939)
- Bump versions.bytebuddy from 1.14.1 to 1.14.2 (#2938)
- Feature suggestion: TerminalMockCandidateFilter should report error when more than one candidate left (#2934)
- Mockito-inline dependency after upgrade 5.0.0 (#2877)
- Assertions on parameters during verification (#2285)