We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a6eda commit deef01bCopy full SHA for deef01b
1 file changed
build.gradle
@@ -156,7 +156,7 @@ dependencies {
156
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
157
testImplementation 'ru.lanwen.wiremock:wiremock-junit5:1.3.1'
158
159
- testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.33.2'
+ testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.35.1'
160
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock'
161
162
functionalTestImplementation group: 'uk.gov.hmcts.reform', name: 'service-auth-provider-client', version: '4.0.0'
0 commit comments