From 66b2d5c0d95d8599f9562f148c28025226e44246 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:59:02 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.3 Closes gh-39706 --- 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 5e7f9d8ea8..9c17ecad9d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -674,7 +674,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.1") { + library("Jetty Reactive HTTPClient", "4.0.3") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"