From 87957f1ad881527802d33cf1fb1ef3d8d9b53c40 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Mar 2023 16:27:38 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.8 Closes gh-34574 --- 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 63bc9d96bd..8475ba324d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -623,7 +623,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.7") { + library("Jetty Reactive HTTPClient", "3.0.8") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"