diff --git a/build.gradle b/build.gradle index 039d7499..276bb6ed 100644 --- a/build.gradle +++ b/build.gradle @@ -191,7 +191,7 @@ dependencies { implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.9.2' testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test' - testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2' + testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '3.0.1' implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'