From c0632104476e2a7434a85bdd14d401e51364663f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Mar 2022 16:37:54 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.5 Closes gh-30366 --- 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 069bf94ea57..5976c49f3a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -660,7 +660,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.4") { + library("Jetty Reactive HTTPClient", "3.0.5") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"