From af26e208f085c3ae2227d844c198c6cc6bbe5a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:01:55 +0000 Subject: [PATCH] Bump io.projectreactor.tools:blockhound Bumps [io.projectreactor.tools:blockhound](https://github.com/reactor/BlockHound) from 1.0.13.RELEASE to 1.0.14.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](https://github.com/reactor/BlockHound/compare/1.0.13.RELEASE...1.0.14.RELEASE) --- updated-dependencies: - dependency-name: io.projectreactor.tools:blockhound dependency-version: 1.0.14.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 455de11..21499de 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.13.RELEASE") + testImplementation("io.projectreactor.tools:blockhound:1.0.14.RELEASE") } tasks {