From afe9fa00601a46f19956c3a85a5fdcdb6f40243f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Oct 2025 08:37:06 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.12 Closes gh-47571 --- 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 2379ef6a263..67ecf372c8b 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -998,7 +998,7 @@ bom { releaseNotes("https://github.com/redis/jedis/releases/tag/v{version}") } } - library("Jetty Reactive HTTPClient", "4.0.11") { + library("Jetty Reactive HTTPClient", "4.0.12") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"