Sourced from mockito-core's releases.
v5.3.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.3.1
- 2023-04-21 - 2 commit(s) by Rafael Winterhalter, jfrantzius
- Fixes 2972: Weakens visibility constraint [(#2983)](mockito/mockito#2983)
- Bugfix 2974 fix npe [(#2976)](mockito/mockito#2976)
- Fix for #2958 eliminates CCE but leads to NPE [(#2974)](mockito/mockito#2974)
- Spying objects not working properly since 5.3.0 [(#2972)](mockito/mockito#2972)
baf59c4
Weakens visibility constraint for spy constructors (#2983)02b9634
Fix NPE for handling Object
(#2976)