From 24b67b42f81feb50885b04f80626c4cfc52a6c49 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:02:35 -0500 Subject: [PATCH] Update dependency org.wiremock:wiremock to v3.3.0 (#182) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- spring-data-opensearch/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }