Skip to content

Commit c5ffd13

Browse files
committed
Update WireMock dependency in build.gradle
Upgraded the WireMock standalone version from 3.9.1 to 3.9.2.
1 parent 35f7867 commit c5ffd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
}
3838

3939
dependencies {
40-
api 'org.wiremock:wiremock-standalone:3.9.1'
40+
api 'org.wiremock:wiremock-standalone:3.9.2'
4141
api "org.springframework.boot:spring-boot-test:3.3.4"
4242
api "org.springframework:spring-test:6.1.13"
4343
api "org.slf4j:slf4j-api:2.0.16"

0 commit comments

Comments
 (0)