From b9e4f620033c59ee50525e1bb880ace043c467f9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:01 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.10 Closes gh-38461 --- 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 edf730c5c6cf..e37b3877e677 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -659,7 +659,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.9") { + library("Jetty Reactive HTTPClient", "3.0.10") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"