From 649796cdaef7280a1312086a03ccdc6fac5b1538 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 13:21:26 +0200 Subject: [PATCH 1/3] Start building against Spring Data Bom 2021.2.11 snapshots See gh-34902 --- 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 1bd84fe48d..5159ebd3b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.10") { + library("Spring Data Bom", "2021.2.11-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From b4f0e25ce1154f5ada740872eea3bf4b204d1001 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 13:24:52 +0200 Subject: [PATCH 2/3] Start building against Spring Data Bom 2022.0.5 snapshots See gh-34903 --- 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 2c184521f3..3b62f4f40e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.4") { + library("Spring Data Bom", "2022.0.5-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 5db3934e2a77b5c7d2b6f400604f9a5dc51da400 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 13:24:58 +0200 Subject: [PATCH 3/3] Start building against Spring LDAP 3.0.2 snapshots See gh-34904 --- 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 3b62f4f40e..094585d0ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.1") { + library("Spring LDAP", "3.0.2-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",