From 0d5d1dc326659849b61e7e3a8441e63f1779e144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:31:06 +0000 Subject: [PATCH] (v3.6.x): Bump io.projectreactor.tools:blockhound-junit-platform Bumps [io.projectreactor.tools:blockhound-junit-platform](https://github.com/reactor/BlockHound) from 1.0.9.RELEASE to 1.0.10.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](https://github.com/reactor/BlockHound/compare/1.0.9.RELEASE...1.0.10.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 30d00f85..f1d7666e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ buildscript { findbugsVersion = "3.0.1" // Static Analysis - blockHoundVersion = "1.0.9.RELEASE" + blockHoundVersion = "1.0.10.RELEASE" junitPlatformLauncherVersion = "1.7.0" } }