File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 testImplementation " org.assertj:assertj-core:3.27.3"
6969 testImplementation ' org.testcontainers:testcontainers:1.21.1'
7070 testImplementation ' org.awaitility:awaitility:4.3.0'
71- testImplementation ' org.wiremock:wiremock-standalone:3.13.1 '
71+ testImplementation ' org.wiremock:wiremock-standalone:3.13.0 '
7272 testImplementation ' com.squareup.okhttp3:okhttp:4.12.0'
7373 testImplementation ' com.squareup.okhttp3:mockwebserver:4.12.0'
7474 testImplementation ' io.findify:s3mock_2.13:0.2.6'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repositories {
55}
66
77dependencies {
8- implementation " org.wiremock:wiremock:3.13.1 "
8+ implementation " org.wiremock:wiremock:3.13.0 "
99 implementation " org.json:json:20250517"
1010 implementation " com.auth0:java-jwt:4.5.0"
1111 implementation " org.slf4j:slf4j-simple:2.0.17"
You can’t perform that action at this time.
0 commit comments