Skip to content

Commit c89db89

Browse files
Bump io.projectreactor.tools:blockhound (#312)
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](reactor/BlockHound@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c906d4 commit c89db89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-3-demo-app-reactive/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testImplementation("io.github.mfvanek:pg-index-health-test-starter")
4343
testImplementation("org.springframework.cloud:spring-cloud-starter-contract-stub-runner")
4444
testImplementation("io.projectreactor:reactor-test")
45-
testImplementation("io.projectreactor.tools:blockhound:1.0.13.RELEASE")
45+
testImplementation("io.projectreactor.tools:blockhound:1.0.14.RELEASE")
4646
}
4747

4848
tasks {

0 commit comments

Comments
 (0)