From ae758779323b9d1b556e8d30962ecea6d82a7544 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:17:45 +0100 Subject: [PATCH 1/2] Upgrade to Jetty Reactive HTTPClient 3.0.9 Closes gh-37932 --- 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 30ba25e434..106e6955b2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -661,7 +661,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 4b32f249d4960fee3149becc4f55948f856bf06b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 12:17:52 +0100 Subject: [PATCH 2/2] Upgrade to Undertow 2.3.10.Final Closes gh-37933 --- 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 106e6955b2..e3e2c52924 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Undertow", "2.3.9.Final") { + library("Undertow", "2.3.10.Final") { group("io.undertow") { modules = [ "undertow-core",