From add05fe4694a5e64e89befd1911331f59a79f745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 14:59:58 +0200 Subject: [PATCH 1/3] Upgrade to Spring Data Bom 2021.2.16 Closes gh-37248 --- 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 ada324a811..95c952aee4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1749,7 +1749,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.16-SNAPSHOT") { + library("Spring Data Bom", "2021.2.16") { considerSnapshots() calendarName = "Spring Data Release" prohibit { From d3ee61c83f4a98200aad9d31d628cd022a69c316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:00:41 +0200 Subject: [PATCH 2/3] Start building against Spring Security 5.7.11 snapshots See gh-37414 --- 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 95c952aee4..c91d647242 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1852,7 +1852,7 @@ bom { ] } } - library("Spring Security", "5.7.10") { + library("Spring Security", "5.7.11-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[6.0.0-M1,)" From 6c8e7018ff409f05768eac0fed66f297c6b0f33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:00:46 +0200 Subject: [PATCH 3/3] Start building against Spring WS 3.1.7 snapshots See gh-37415 --- 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 c91d647242..af329b6035 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1876,7 +1876,7 @@ bom { ] } } - library("Spring WS", "3.1.6") { + library("Spring WS", "3.1.7-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[4.0.0-M1,)"