From f5d68e7b9f428bde582acb8ce06b896097b8533d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 May 2024 12:24:15 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.13 Closes gh-40807 --- 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 7128882c60f..3696fa308cf 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.12") { + library("Jetty Reactive HTTPClient", "3.0.13") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"