From 08ea576c3710b721a22fe5d49ae3b20e3de0cb81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:00:31 +0100 Subject: [PATCH 1/2] Upgrade to Jetty Reactive HTTPClient 3.0.9 Closes gh-37930 --- 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 4b2ccc77284..2d0b0a8622a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -639,7 +639,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "3.0.8") { + library("Jetty Reactive HTTPClient", "3.0.9") { group("org.eclipse.jetty") { modules = [ "jetty-reactive-httpclient" From 9c3b689f7c22d12859d8b228bcca061f18585785 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:00:38 +0100 Subject: [PATCH 2/2] Upgrade to Undertow 2.3.10.Final Closes gh-37931 --- 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 2d0b0a8622a..a40f80b0b73 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1531,7 +1531,7 @@ bom { ] } } - library("Undertow", "2.3.9.Final") { + library("Undertow", "2.3.10.Final") { group("io.undertow") { modules = [ "undertow-core",