From bbccac254a02d312c8ec2c536627e8e20301cd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:46:48 +0200 Subject: [PATCH] Bump io.specto:hoverfly-java-junit5 from 0.17.0 to 0.17.1 (#3123) Bumps [io.specto:hoverfly-java-junit5](https://github.com/SpectoLabs/hoverfly-java) from 0.17.0 to 0.17.1. - [Commits](https://github.com/SpectoLabs/hoverfly-java/compare/0.17.0...0.17.1) --- updated-dependencies: - dependency-name: io.specto:hoverfly-java-junit5 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9ae1e0d03..ad8366a076 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ ext { testAddonVersion = reactorCoreVersion assertJVersion = '3.25.3' awaitilityVersion = '4.2.1' - hoverflyJavaVersion = '0.17.0' + hoverflyJavaVersion = '0.17.1' tomcatVersion = '9.0.87' boringSslVersion = '2.0.65.Final' junitVersion = '5.10.2'