From ae758779323b9d1b556e8d30962ecea6d82a7544 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:17:45 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.9 Closes gh-37932 --- 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 30ba25e434..106e6955b2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -661,7 +661,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.8") { + library("Jetty Reactive HTTPClient", "3.0.9") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"