From e23c04018f6faac48d0b434e9e1be692c603e70e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:02:26 +0000 Subject: [PATCH] Bump io.projectreactor.tools:blockhound Bumps [io.projectreactor.tools:blockhound](https://github.com/reactor/BlockHound) from 1.0.14.RELEASE to 1.0.15.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](https://github.com/reactor/BlockHound/compare/1.0.14.RELEASE...1.0.15.RELEASE) --- updated-dependencies: - dependency-name: io.projectreactor.tools:blockhound dependency-version: 1.0.15.RELEASE dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-boot-3-demo-app-reactive/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-3-demo-app-reactive/build.gradle.kts b/spring-boot-3-demo-app-reactive/build.gradle.kts index 21499de..2becbce 100644 --- a/spring-boot-3-demo-app-reactive/build.gradle.kts +++ b/spring-boot-3-demo-app-reactive/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { testImplementation("io.github.mfvanek:pg-index-health-test-starter") testImplementation("org.springframework.cloud:spring-cloud-starter-contract-stub-runner") testImplementation("io.projectreactor:reactor-test") - testImplementation("io.projectreactor.tools:blockhound:1.0.14.RELEASE") + testImplementation("io.projectreactor.tools:blockhound:1.0.15.RELEASE") } tasks {