diff --git a/spring-data-opensearch/build.gradle.kts b/spring-data-opensearch/build.gradle.kts index 6bc7b88..160ae62 100644 --- a/spring-data-opensearch/build.gradle.kts +++ b/spring-data-opensearch/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { testImplementation(springLibs.test) { exclude("ch.qos.logback", "logback-classic") } - testImplementation("org.wiremock:wiremock:3.9.2") { + testImplementation("org.wiremock:wiremock:3.10.0") { exclude("commons-logging", "commons-logging") exclude("org.ow2.asm", "asm") }