From e70590ecb86139b9c9009e5cece49d7972b51450 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:24 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.7 Closes gh-25959 --- 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 a6816ab8a5..f392f690bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -847,7 +847,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.5") { + library("Jetty Reactive HTTPClient", "1.1.7") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"