From 0057d674457aeaff0e44b633dda76084dc59f352 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:26:12 +0200 Subject: [PATCH 1/2] Upgrade to Spring Data Bom 2021.2.15 Closes gh-36828 --- 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 ef7d572b6c..2deaf34811 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.15-SNAPSHOT") { + library("Spring Data Bom", "2021.2.15") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From be57f33df6f5c717a405c11ea909cfd482c47aef Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:26:17 +0200 Subject: [PATCH 2/2] Upgrade to Undertow 2.2.26.Final Closes gh-37029 --- 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 2deaf34811..f0e4e9f8f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1959,7 +1959,7 @@ bom { ] } } - library("Undertow", "2.2.25.Final") { + library("Undertow", "2.2.26.Final") { group("io.undertow") { modules = [ "undertow-core",