From ca2dbf39ecd447714a6df02f905c01383a756cf7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Feb 2022 14:26:48 +0000 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.11 Closes gh-29927 --- 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 865b9f55c42..e66718eb209 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -892,7 +892,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.10") { + library("Jetty Reactive HTTPClient", "1.1.11") { prohibit("[2,)") { because "it uses the jakarta.* namespace" }