From eaed6bf5a8703b60e7c73cbe1bdcf7eefbf56a54 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:37:07 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.6 Closes gh-31638 --- 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 1cf474b8d1a..818ce003c79 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -694,7 +694,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.5") { + library("Jetty Reactive HTTPClient", "3.0.6") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"