From 936cb41c6e8cd8929eda4f444a1d023167dec14b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 20:10:11 +0100 Subject: [PATCH] Upgrade to Jetty Reactive HTTPClient 1.1.13 Closes gh-32723 --- 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 a5411c597235..3f664248dd94 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -902,7 +902,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.12") { + library("Jetty Reactive HTTPClient", "1.1.13") { prohibit("[2,)") { because "it uses the jakarta.* namespace" }