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 {