From 8b168db562182b816439e5c1de5a7f8f7660952a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:40 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.6 Closes gh-41769 --- 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 969fb0898f..32e5c1c377 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -680,7 +680,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.5") { + library("Jetty Reactive HTTPClient", "4.0.6") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"