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/7] 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/7] 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/7] 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,)" From fcd55b5cad70bc73c06aaf85a439ac672175bbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:06:20 +0200 Subject: [PATCH 4/7] Upgrade to Native Build Tools Plugin 0.9.27 Closes gh-37416 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9724c653c0..131fecc840 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.7.22 -nativeBuildToolsVersion=0.9.26 +nativeBuildToolsVersion=0.9.27 springFrameworkVersion=6.0.12 tomcatVersion=10.1.13 From 9fb4224956d24c3d7b22766a9ac3af4285f9eb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:06:20 +0200 Subject: [PATCH 5/7] Upgrade to Spring Data Bom 2022.0.10 Closes gh-37349 --- 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 47cd2ed812..18a3b63423 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1366,7 +1366,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.10-SNAPSHOT") { + library("Spring Data Bom", "2022.0.10") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 839792565a84b2977cce03ea11303b9a31bcedf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:06:55 +0200 Subject: [PATCH 6/7] Start building against Spring Security 6.0.7 snapshots See gh-37417 --- 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 18a3b63423..61c6b68789 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1444,7 +1444,7 @@ bom { ] } } - library("Spring Security", "6.0.6") { + library("Spring Security", "6.0.7-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From 6b09431162cffbeb15f0b4514ca15c5caa8988ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:07:00 +0200 Subject: [PATCH 7/7] Start building against Spring WS 4.0.6 snapshots See gh-37418 --- 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 61c6b68789..e9b746bef8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1464,7 +1464,7 @@ bom { ] } } - library("Spring WS", "4.0.5") { + library("Spring WS", "4.0.6-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { imports = [