We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e5dfa commit e1e983fCopy full SHA for e1e983f
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.6.11'
197
0 commit comments