From 145dcdece0eb4ca8be59cfb2f3028ee90fef0a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 10:53:29 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.8 Closes gh-42616 --- 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 1b3d4851fd6..cb9d89d6e35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -679,7 +679,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.7") { + library("Jetty Reactive HTTPClient", "4.0.8") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"