From 7c5291185e11f04fc9eb575cc75c2b5dc62bab73 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:32:36 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.8 Closes gh-34667 --- 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 317fb34ae05..a352e72f0e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -637,7 +637,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.7") { + library("Jetty Reactive HTTPClient", "3.0.8") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"