2.17.0
What's Changed
- refactor: Update Gradle wrapper by @shanman190 in #576
- Migrate to JSpecify from OpenRewrite JSR-305 meta-annotations by @jkschneider in #580
- Convert lambda block to expression after adopting
assertThrows
by @shivanisky in #582 - Only add
hamcrest-junit
dependency when usingassertThat
orassumeThat
by @FieteO in #577 - Collapse consecutive
assertThat
statements (#373) by @srmalkan in #392 - Add JUnit Jupiter dependency to the right scope by @timtebeek in #586
- Retain Mockito Strictness WARN when switching to JUnit 5 through
@MockitoSettings(strictness = Strictness.WARN)
by @Laurens-W in #584
New Contributors
Full Changelog: v2.16.0...v2.17.0