diff --git a/service/build.gradle b/service/build.gradle index 9259fca208..7190969591 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation "org.assertj:assertj-core:3.27.3" testImplementation 'org.testcontainers:testcontainers:1.20.5' testImplementation 'org.awaitility:awaitility:4.2.2' - testImplementation 'org.wiremock:wiremock-standalone:3.12.0' + testImplementation 'org.wiremock:wiremock-standalone:3.12.1' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'io.findify:s3mock_2.13:0.2.6'