From 3e0515da2fd089ce9a95896b500f74fe119a3cb8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:17:46 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.1 Closes gh-20077 --- 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 19ad03c709..7f11bcc277 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -827,7 +827,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.0") { + library("Jetty Reactive HTTPClient", "1.1.1") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"