Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 053d260

Browse files
authoredMar 17, 2025··
Update dependency com.github.tomakehurst:wiremock to v2.27.2
1 parent c09510a commit 053d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ dependencies {
193193
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.13'
194194

195195
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
196-
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2'
196+
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.27.2'
197197

198198
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
199199

0 commit comments

Comments
 (0)
Please sign in to comment.