From 02b434460d33171b286e4d13259b17a4b55fd559 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:59 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.5 Closes gh-24912 --- 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 96f7d5a5b8..cbbfab897f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -781,7 +781,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.4") { + library("Jetty Reactive HTTPClient", "1.1.5") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"