We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa35de commit cce78ccCopy full SHA for cce78cc
build.gradle
@@ -193,7 +193,7 @@ dependencies {
193
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.18'
194
195
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
196
- testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2'
+ testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.27.2'
197
198
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
199
0 commit comments