From 96a545f5f4e84eb7d476ba62419d7fc2a844fdb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 11 Oct 2025 12:21:48 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.12 Closes gh-47534 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d173d3d3df1..b8af331635a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1055,7 +1055,7 @@ bom { releaseNotes("https://github.com/eclipse-ee4j/jersey/releases/tag/{version}") } } - library("Jetty Reactive HTTPClient", "4.0.11") { + library("Jetty Reactive HTTPClient", "4.0.12") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"