1.15.0
Enhancements:
- Updated with rewrite version 7.16.0
- Add Mockito3to4Migration recipe. 3397a95
- TestsShouldNotBePublic: ignore overridden public test method (#178)
- Remove wiremock-jre8 from runtime classpath and use stubs instead 5b08e82
- Add migrate deprecated mockito 3 types and methods to their mockito 4 equivalents. (#176)
- Configure build and tests for multiple mockito versions. (#174)
- Add recipe for converting JUnit#assertThrows to
AssertJ#AssertExceptionType. (#171) (#172)
Fixes: