From b7d2e65ef31a8500a8cb867a2bff90512141b928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:18:42 +0000 Subject: [PATCH] Bump io.specto:hoverfly-java-junit5 from 0.16.0 to 0.16.1 Bumps [io.specto:hoverfly-java-junit5](https://github.com/SpectoLabs/hoverfly-java) from 0.16.0 to 0.16.1. - [Commits](https://github.com/SpectoLabs/hoverfly-java/compare/0.16.0...0.16.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4397ca31cd..89f0bfc8bc 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ ext { testAddonVersion = reactorCoreVersion assertJVersion = '3.25.1' awaitilityVersion = '4.2.0' - hoverflyJavaVersion = '0.16.0' + hoverflyJavaVersion = '0.16.1' tomcatVersion = '9.0.85' boringSslVersion = '2.0.62.Final' junitVersion = '5.10.1'