From 3906719382081a14b7c47c01e294c5ff25c83769 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Apr 2021 08:57:43 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.7 Closes gh-26011 --- 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 8ba3327ed2..31cdd8079e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -789,7 +789,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.6") { + library("Jetty Reactive HTTPClient", "1.1.7") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"