From d2e08c84ed579c5599bba56d2e7063553a33f021 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:16 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.10 Closes gh-38443 --- 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 a41c44075df..8a0e934e90d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -637,7 +637,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.9") { + library("Jetty Reactive HTTPClient", "3.0.10") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"