From 87028e4971e5037881a3dc8570b658532afff63b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:00 +0100 Subject: [PATCH 01/12] Start building against Micrometer 1.12.11 snapshots See gh-42531 --- 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 7271a9868c..a0502fcf87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1003,7 +1003,7 @@ bom { ] } } - library("Micrometer", "1.12.10") { + library("Micrometer", "1.12.11-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 17ab87822b56022877a914726466e30d3156a39d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:05 +0100 Subject: [PATCH 02/12] Start building against Micrometer Tracing 1.2.11 snapshots See gh-42532 --- 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 a0502fcf87..90ab3ac648 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1016,7 +1016,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.10") { + library("Micrometer Tracing", "1.2.11-SNAPSHOT") { considerSnapshots() group("io.micrometer") { imports = [ From ea2dda59c1862259dbe2c2f33cac5cfcbe46eb36 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:10 +0100 Subject: [PATCH 03/12] Start building against Reactor Bom 2023.0.11 snapshots See gh-42533 --- 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 90ab3ac648..d76f032eaf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.10") { + library("Reactor Bom", "2023.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From bed5c20d5c182a7f3c5d2d2c6b09ec7fb9f4a87f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:15 +0100 Subject: [PATCH 04/12] Start building against Spring Authorization Server 1.2.7 snapshots See gh-42534 --- 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 d76f032eaf..81c625b9df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1566,7 +1566,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.6") { + library("Spring Authorization Server", "1.2.7-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From a6c94dc723fb047e8c6774c20a2f9afa157f43c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:19 +0100 Subject: [PATCH 05/12] Start building against Spring Data Bom 2023.1.11 snapshots See gh-42535 --- 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 81c625b9df..d966704d05 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1582,7 +1582,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.10") { + library("Spring Data Bom", "2023.1.11-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 1dbd3bac062c41b63b557dd0c6cdf44a20791d17 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:24 +0100 Subject: [PATCH 06/12] Start building against Spring Framework 6.1.14 snapshots See gh-42536 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d2be83f08a..808a91e918 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ kotlinVersion=1.9.25 mavenVersion=3.9.4 mockitoVersion=5.7.0 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.13 +springFrameworkVersion=6.1.14-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.30 From d2c215c67d4a5312344b74cbe513fc0ee4d66eda Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:29 +0100 Subject: [PATCH 07/12] Start building against Spring Integration 6.2.10 snapshots See gh-42537 --- 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 d966704d05..7bac271a9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1617,7 +1617,7 @@ bom { ] } } - library("Spring Integration", "6.2.9") { + library("Spring Integration", "6.2.10-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From 1168d3ad0e17752fadff35f5f468f9cb7a36ed8f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:34 +0100 Subject: [PATCH 08/12] Start building against Spring LDAP 3.2.7 snapshots See gh-42538 --- 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 7bac271a9e..2be85a8f82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1634,7 +1634,7 @@ bom { ] } } - library("Spring LDAP", "3.2.6") { + library("Spring LDAP", "3.2.7-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 526c84d7946ab7aa115e692b24b471fe480372e6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:39 +0100 Subject: [PATCH 09/12] Start building against Spring Pulsar 1.0.11 snapshots See gh-42539 --- 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 2be85a8f82..66ff6a23e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.10") { + library("Spring Pulsar", "1.0.11-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 96d8ae540f2666be140d8a1a8469dce152df2e32 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:43 +0100 Subject: [PATCH 10/12] Start building against Spring Retry 2.0.10 snapshots See gh-42540 --- 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 66ff6a23e5..b3386c66f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Retry", "2.0.9") { + library("Spring Retry", "2.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [ From ff44b3dd768e47fb813cba9ef0e179eb56a7a263 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:48 +0100 Subject: [PATCH 11/12] Start building against Spring Security 6.2.7 snapshots See gh-42541 --- 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 b3386c66f3..584465a160 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Security", "6.2.6") { + library("Spring Security", "6.2.7-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From c678d386304bbcfdd9d8919ae0665cdadd061645 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:53 +0100 Subject: [PATCH 12/12] Start building against Spring Session 3.2.6 snapshots See gh-42542 --- 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 584465a160..ecfd91d479 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Session", "3.2.5") { + library("Spring Session", "3.2.6-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])