From a33fb25c4ed490ba9ca1765268a0ffc00fe5cdb3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:26:55 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 4.0.4 Closes gh-40809 --- 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 e6558ae443..3dda53ac34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -671,7 +671,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "4.0.3") { + library("Jetty Reactive HTTPClient", "4.0.4") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"