From e415aa384c3207e863eeb1877f1e89c47ac5f279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 05:21:46 +0000 Subject: [PATCH] (v3.5.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 61c7f9cf..ccbf8e63 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ buildscript { findbugsVersion = "3.0.1" // Static Analysis - blockHoundVersion = "1.0.8.RELEASE" + blockHoundVersion = "1.0.9.RELEASE" junitPlatformLauncherVersion = "1.7.0" } }