From da35a872a401df06d84eb746c4a853dd00fc5bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:04:39 -0400 Subject: [PATCH] Bump io.specto:hoverfly-java-junit5 from 0.18.1 to 0.19.0 (#303) Bumps [io.specto:hoverfly-java-junit5](https://github.com/SpectoLabs/hoverfly-java) from 0.18.1 to 0.19.0. - [Commits](https://github.com/SpectoLabs/hoverfly-java/compare/0.18.1...0.19.0) --- updated-dependencies: - dependency-name: io.specto:hoverfly-java-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... 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 89e78cf..6e3496d 100644 --- a/spring-data-opensearch/build.gradle.kts +++ b/spring-data-opensearch/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { testImplementation("org.apache.openwebbeans:openwebbeans-se:2.0.27:jakarta") testImplementation("javax.servlet:javax.servlet-api:4.0.1") testImplementation("org.apache.xbean:xbean-asm5-shaded:4.5") - testImplementation("io.specto:hoverfly-java-junit5:0.18.1") + testImplementation("io.specto:hoverfly-java-junit5:0.19.0") testImplementation("org.skyscreamer:jsonassert:1.5.3") testImplementation("jakarta.annotation:jakarta.annotation-api:2.1.1") testImplementation(springLibs.web)