From 72450bfe95528a8a48edafc71a0a6fea57a4b2d7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:40:20 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.1 Closes gh-38134 --- 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 ee6c0f7ebae..634eda55ca5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -666,7 +666,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.0") { + library("Jetty Reactive HTTPClient", "4.0.1") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"