From 2440667aab7d85a742c3c8145ee1a727dc4bde1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 6 Oct 2025 16:37:10 +0200 Subject: [PATCH] Polish --- starter/spring-boot-starter-webclient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/spring-boot-starter-webclient/build.gradle b/starter/spring-boot-starter-webclient/build.gradle index 1f31e1981e0..6664f90db20 100644 --- a/starter/spring-boot-starter-webclient/build.gradle +++ b/starter/spring-boot-starter-webclient/build.gradle @@ -26,5 +26,5 @@ dependencies { api(project(":module:spring-boot-webclient")) - implementation("io.projectreactor.netty:reactor-netty-http") + api("io.projectreactor.netty:reactor-netty-http") }