From ce6f23f2d0b1eeba5d065bba11fbd037d84ebefa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:58:15 -0500 Subject: [PATCH] Bump org.wiremock:wiremock from 3.3.0 to 3.3.1 (#183) Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 bbbccba..bdcfcb9 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.3.0") { + testImplementation("org.wiremock:wiremock:3.3.1") { exclude("commons-logging", "commons-logging") exclude("org.ow2.asm", "asm") }