From 58b03ac56f3245b5f9e785d14b4fb3f4c3fe8efe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 11 Jul 2021 08:12:05 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.10 Closes gh-27240 --- 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 39851c35fc6..9c0dfc38ed1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -789,7 +789,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.9") { + library("Jetty Reactive HTTPClient", "1.1.10") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"