From 0057d674457aeaff0e44b633dda76084dc59f352 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:26:12 +0200 Subject: [PATCH 1/5] 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 ef7d572b6c8..2deaf34811c 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/5] 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 2deaf34811c..f0e4e9f8f1e 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", From 1b8002684abd6157260a262a573ca8065a3e0a2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:36:14 +0200 Subject: [PATCH 3/5] Upgrade to Spring Data Bom 2022.0.9 Closes gh-36834 --- 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 06cf4397785..cf4e01b87be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1352,7 +1352,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.9-SNAPSHOT") { + library("Spring Data Bom", "2022.0.9") { group("org.springframework.data") { imports = [ "spring-data-bom" From 73e495e0e3d6628e8268af08e1b3d603f8cc9c9b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:36:14 +0200 Subject: [PATCH 4/5] Upgrade to Spring LDAP 3.0.5 Closes gh-36836 --- 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 cf4e01b87be..ed8d8ff05dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1396,7 +1396,7 @@ bom { ] } } - library("Spring LDAP", "3.0.5-SNAPSHOT") { + library("Spring LDAP", "3.0.5") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 5158c16052ffccc2a10872f42a3f294a16332dd4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:36:19 +0200 Subject: [PATCH 5/5] Upgrade to Undertow 2.3.8.Final Closes gh-37030 --- 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 ed8d8ff05dd..f83019f7f43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1505,7 +1505,7 @@ bom { ] } } - library("Undertow", "2.3.7.Final") { + library("Undertow", "2.3.8.Final") { group("io.undertow") { modules = [ "undertow-core",