We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a894965 commit e39c666Copy full SHA for e39c666
build.gradle
@@ -191,7 +191,7 @@ dependencies {
191
implementation group: 'com.github.hmcts', name: 'core-case-data-store-client', version: '4.9.2'
192
193
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
194
- testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2'
+ testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.27.2'
195
196
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'
197
0 commit comments