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 01/13] 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 02/13] 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 03/13] 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 04/13] 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 05/13] 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 06/13] 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 07/13] 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 = [ From f890de1f9e2ecd60ff978e0f4bd6c936d4f5b610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:16:33 +0200 Subject: [PATCH 08/13] Upgrade to Byte Buddy 1.14.8 Closes gh-37419 --- 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 f5094dadba..117d5fed81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.7") { + library("Byte Buddy", "1.14.8") { group("net.bytebuddy") { modules = [ "byte-buddy", From da38ac8fdb60aeb605dd182d49cbf399285d7217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:16:39 +0200 Subject: [PATCH 09/13] Upgrade to Native Build Tools Plugin 0.9.27 Closes gh-37420 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e3e533add3..c33d03fe06 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.8.22 -nativeBuildToolsVersion=0.9.26 +nativeBuildToolsVersion=0.9.27 springFrameworkVersion=6.0.12 tomcatVersion=10.1.13 From aa96c5374aee6c632b92951d67f3348479d7eb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:16:44 +0200 Subject: [PATCH 10/13] Upgrade to Pooled JMS 3.1.3 Closes gh-37421 --- 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 117d5fed81..e9f515cce2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1095,7 +1095,7 @@ bom { ] } } - library("Pooled JMS", "3.1.2") { + library("Pooled JMS", "3.1.3") { group("org.messaginghub") { modules = [ "pooled-jms" From 35648d4f1c72b1342a785697e735d8db82ba2a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:16:45 +0200 Subject: [PATCH 11/13] Upgrade to Spring Data Bom 2023.0.4 Closes gh-37350 --- 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 e9f515cce2..bc07fb3e40 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.4-SNAPSHOT") { + library("Spring Data Bom", "2023.0.4") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 1e91f027516303dd1ae30d0552938a72df30d50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:21:58 +0200 Subject: [PATCH 12/13] Start building against Spring Security 6.1.4 snapshots See gh-37424 --- 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 bc07fb3e40..164921a757 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1484,7 +1484,7 @@ bom { ] } } - library("Spring Security", "6.1.3") { + library("Spring Security", "6.1.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From 46727a82ee354887a981428dd2cea42f0021e74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:22:03 +0200 Subject: [PATCH 13/13] Start building against Spring WS 4.0.6 snapshots See gh-37425 --- 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 164921a757..3a4f386e32 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1504,7 +1504,7 @@ bom { ] } } - library("Spring WS", "4.0.5") { + library("Spring WS", "4.0.6-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { imports = [