From 6cdbed7dc3db986707be2778811d8aceccb7784c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Jun 2021 15:24:09 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.9 Closes gh-26833 --- 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 203c480d78f..dd853cdf7df 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.8") { + library("Jetty Reactive HTTPClient", "1.1.9") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"