From 02ae6458f7ae503fad12d09895ec73c0abfbe350 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 14:24:02 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.2 Closes gh-20455 --- 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 dacbb3c388..4ed115e67a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -866,7 +866,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.1") { + library("Jetty Reactive HTTPClient", "1.1.2") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"