From 30355f38be7547111c6dfa501d0d2b8cde94a8de Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:40 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.3 Closes gh-21849 --- 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 a3e9d2bfe5..cd63f31c1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -868,7 +868,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.2") { + library("Jetty Reactive HTTPClient", "1.1.3") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"