From 15fc9f2377c3d5027257cc7c8b6913aa2db72a22 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 14 Feb 2024 15:55:04 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.12 Closes gh-39558 --- 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 31e407388c..a1b3168247 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.11") { + library("Jetty Reactive HTTPClient", "3.0.12") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"