From d4e3506ba4c33fe720693c83fa8ed6157b6e630f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 05:22:07 +0000 Subject: [PATCH] Bump blockhound from 1.0.0.M5 to 1.0.2.RELEASE Bumps [blockhound](https://github.com/reactor/BlockHound) from 1.0.0.M5 to 1.0.2.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](https://github.com/reactor/BlockHound/compare/1.0.0.M5...1.0.2.RELEASE) Signed-off-by: dependabot-preview[bot] --- benchmarks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle index 1eaaadc..e036686 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.2.RELEASE' break default: jmh project(path: ":agent", configuration: 'shadow')