From 25f45314680e2b8b0dc0e2a1495563ecfd977c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 06:00:20 +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.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 fe6250bc..edf78e5f 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" } }