From 1d44eb68b78fbd46d158940f80f80a9ccd3d62d9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 22 Jun 2020 20:10:01 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.4 Closes gh-22057 --- 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 a11fc970b7b..e3a66880fd9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -861,7 +861,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.3") { + library("Jetty Reactive HTTPClient", "1.1.4") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"