From ecbf7cb4172323500e38a2a9afeb01776b703fa6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:27 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.8 Closes gh-26487 --- 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 7e134c1f1f..e91ee97758 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -847,7 +847,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.7") { + library("Jetty Reactive HTTPClient", "1.1.8") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"