From 37f653121fce801e6fcb064c7fb272065d0f2636 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 09:55:40 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.5 Closes gh-24761 --- 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 9be3a10db3..c5e076be10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -846,7 +846,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.4") { + library("Jetty Reactive HTTPClient", "1.1.5") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"