From 5cb1bd8245a69d86c38ff3986948cc7f5b4801e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Jun 2021 16:08:17 +0200 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.9 Closes gh-26837 --- 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 f4909a49dc7b..4640b70ae907 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.8") { + library("Jetty Reactive HTTPClient", "1.1.9") { prohibit("[2,)") { because "it uses the jakarta.* namespace" }