diff --git a/build.gradle b/build.gradle index f695e4e0..0a361ea7 100644 --- a/build.gradle +++ b/build.gradle @@ -224,7 +224,7 @@ dependencies { - testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.1' + testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.0.3' compile (group: 'commons-beanutils', name: 'commons-beanutils', version: versions.commonsBeanUtils) { force = true