Spring Cloud Contract 5 (finally) migrates to spring.cloud.contract property prefix
Spring Cloud Contract 5 will no longer support the `stubrunner` prefix for properties - you need to migrate to `spring.cloud.contract.stubrunner`

Spring Cloud Contract 5 will no longer support the `stubrunner` prefix for properties - you need to migrate to `spring.cloud.contract.stubrunner`
Spring Cloud Contract 5 will no longer support the fallback src/test/resource/contracts folder for storing contracts.
Spring Cloud Contract 5 drops the module that shaded quite a few libraries for the sake of compatibility with Boot, Kotlin, Groovy, Maven and Gradle
Spring Cloud Contract 5 drops support for @AutoConfigureWireMock in favour of the official WireMock 3 + Spring Boot support
Spring Cloud Contract 5 (finally) supports WireMock 3