diff --git a/spring-data-opensearch/build.gradle.kts b/spring-data-opensearch/build.gradle.kts index 982c5f8..bbbccba 100644 --- a/spring-data-opensearch/build.gradle.kts +++ b/spring-data-opensearch/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { testImplementation(springLibs.test) { exclude("ch.qos.logback", "logback-classic") } - testImplementation("org.wiremock:wiremock:3.2.0") { + testImplementation("org.wiremock:wiremock:3.3.0") { exclude("commons-logging", "commons-logging") exclude("org.ow2.asm", "asm") }