From ef97e5e803390c4fbb6108c22bf609592798980c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:15:02 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 3.0.7 Closes gh-32707 --- 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 dc4e2c4b1d..50698b197c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -710,7 +710,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.6") { + library("Jetty Reactive HTTPClient", "3.0.7") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient"