From f10685b73ab394f64c507ec498c6e79be3a5833d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 18:27:07 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.14 Closes gh-35478 --- 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 f7ad12cf5e8..fb4dd1b74c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -893,7 +893,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.11") { + library("Jetty Reactive HTTPClient", "1.1.14") { prohibit("[2,)") { because "it uses the jakarta.* namespace" }