From c104a13bd5f8caee28531003ac0d87218b7558ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:49 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.4 Closes gh-22465 --- 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 0e3d95c6041..6ba72371ac1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -842,7 +842,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.3") { + library("Jetty Reactive HTTPClient", "1.1.4") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"