From a03981eb49df29bc8e4e84bcd832a2a2924165ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Nov 2025 08:32:19 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.1.4 Closes gh-48151 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index b358a3e9850..0085e522ca6 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1031,7 +1031,7 @@ bom { releaseNotes("https://github.com/eclipse-ee4j/jersey/releases/tag/{version}") } } - library("Jetty Reactive HTTPClient", "4.1.0") { + library("Jetty Reactive HTTPClient", "4.1.4") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"