From e5831a19c36863207a09934e4518758c1f100e01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 10:29:10 +0200 Subject: [PATCH] Bump blockhound from 1.0.0.M5 to 1.0.3.RELEASE (#105) Bumps [blockhound](https://github.com/reactor/BlockHound) from 1.0.0.M5 to 1.0.3.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](https://github.com/reactor/BlockHound/compare/1.0.0.M5...1.0.3.RELEASE) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- benchmarks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle index 1eaaadc..98fc16b 100644 --- a/benchmarks/build.gradle +++ b/benchmarks/build.gradle @@ -22,7 +22,7 @@ jmh { dependencies { switch (project.findProperty("jmhTarget")) { case "baseline": - jmh 'io.projectreactor.tools:blockhound:1.0.0.M5' + jmh 'io.projectreactor.tools:blockhound:1.0.3.RELEASE' break default: jmh project(path: ":agent", configuration: 'shadow')