From 08ea576c3710b721a22fe5d49ae3b20e3de0cb81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:00:31 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.9 Closes gh-37930 --- 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 4b2ccc7728..2d0b0a8622 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -639,7 +639,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.8") { + library("Jetty Reactive HTTPClient", "3.0.9") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"