From 2cc950065a2358b287cf4ca140c55d2ce6e3c135 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:15 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.3 Closes gh-21958 --- 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 4fd3eb6ed2..e1fa31277b 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"