From a55ca94b7b6aa60d8698e9192241ce3b2d681c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:26:56 +0000 Subject: [PATCH] (2.1.x): Bump io.projectreactor.tools:blockhound-junit-platform Bumps [io.projectreactor.tools:blockhound-junit-platform](https://github.com/reactor/BlockHound) from 1.0.8.RELEASE to 1.0.9.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](https://github.com/reactor/BlockHound/compare/1.0.8.RELEASE...1.0.9.RELEASE) --- updated-dependencies: - dependency-name: io.projectreactor.tools:blockhound-junit-platform 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 80e21f0..93e6a16 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ import java.util.concurrent.ConcurrentHashMap buildscript { ext { - blockHoundVersion = "1.0.8.RELEASE" + blockHoundVersion = "1.0.9.RELEASE" cfJavaClientVersion = "5.10.0.RELEASE" commonsTextVersion = "1.11.0" immutablesVersion = "2.10.1"