From 3dace28c779fdd86ac32535907c89539a8ad07b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:40:26 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-test from 3.8.2 to 3.8.6 Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.8.2 to 3.8.6. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.8.2...v3.8.6) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-version: 3.8.5 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 4c739de..fb7c606 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.springframework:spring-test:6.2.19' - testImplementation 'io.projectreactor:reactor-test:3.8.2' + testImplementation 'io.projectreactor:reactor-test:3.8.6' testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2' testRuntimeOnly 'org.springframework:spring-context:6.2.19'