From b2cc5a3a0b00a5b3ef14b01e2ce7a40edd59110c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 14 Oct 2025 17:59:52 +0200 Subject: [PATCH] Add reactor-test to spring-boot-starter-webflux-test Closes gh-47632 --- starter/spring-boot-starter-webflux-test/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/starter/spring-boot-starter-webflux-test/build.gradle b/starter/spring-boot-starter-webflux-test/build.gradle index 82f992842ab..3b2b2889599 100644 --- a/starter/spring-boot-starter-webflux-test/build.gradle +++ b/starter/spring-boot-starter-webflux-test/build.gradle @@ -27,4 +27,6 @@ dependencies { api(project(":module:spring-boot-webflux-test")) api(project(":module:spring-boot-webtestclient")) + + api("io.projectreactor:reactor-test") }