From 67739d9126cc3eff189c4f00bb10d89e85dc2f74 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 11:13:56 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.10 Closes gh-27388 --- 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 0f811b5865c3..c3ac71007fa1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -873,7 +873,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.9") { + library("Jetty Reactive HTTPClient", "1.1.10") { prohibit("[2,)") { because "it uses the jakarta.* namespace" }