From 5244bcfb5a9acd724cf7d6e8cb1117f92a65e957 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 11:43:50 +0100 Subject: [PATCH 1/3] Upgrade to Jetty Reactive HTTPClient 1.1.15 Closes gh-37927 --- 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 cee81d09fb0..99c7fd66bb5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -969,7 +969,7 @@ bom { ] } } - library("Jetty Reactive HTTPClient", "1.1.14") { + library("Jetty Reactive HTTPClient", "1.1.15") { prohibit { versionRange "[2,)" because "it uses the jakarta.* namespace" From afff56a5f97eb11d12e5bd2fcd36bb8957e93ddf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 11:43:55 +0100 Subject: [PATCH 2/3] Upgrade to Spring Session Bom 2021.2.3 Closes gh-37928 --- 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 99c7fd66bb5..27745f8bc3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1867,7 +1867,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.2") { + library("Spring Session Bom", "2021.2.3") { considerSnapshots() prohibit { versionRange "[2022.0.0-M1,)" From 27f06ea1e0a8864f7eedf9045b4ac4d995b12af5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 Oct 2023 11:44:00 +0100 Subject: [PATCH 3/3] Upgrade to Undertow 2.2.28.Final Closes gh-37929 --- 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 27745f8bc3c..6466c1c438a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1981,7 +1981,7 @@ bom { ] } } - library("Undertow", "2.2.26.Final") { + library("Undertow", "2.2.28.Final") { prohibit { versionRange "[2.2.27.Final]" because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)"