From cf17cf9b36ca05bb5a8270aaae2910edfc922507 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:15 +0100 Subject: [PATCH 01/12] Start building against Micrometer 1.13.6 snapshots See gh-42543 --- 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 be631a3e12..dea61fa149 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1280,7 +1280,7 @@ bom { ] } } - library("Micrometer", "1.13.4") { + library("Micrometer", "1.13.6-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From dfc40b44bb9ac26480ee12584f1bf479d7e09a48 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:19 +0100 Subject: [PATCH 02/12] Start building against Micrometer Tracing 1.3.5 snapshots See gh-42544 --- 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 dea61fa149..8b8ccb0166 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1300,7 +1300,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.3.4") { + library("Micrometer Tracing", "1.3.5-SNAPSHOT") { considerSnapshots() group("io.micrometer") { imports = [ From f6395c3596d7e39ba1d7bbafcc5c214be76b0c4e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:24 +0100 Subject: [PATCH 03/12] Start building against Reactor Bom 2023.0.11 snapshots See gh-42545 --- 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 8b8ccb0166..77d7a4d292 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.10") { + library("Reactor Bom", "2023.0.11-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 620a1b5c9abb1f2062ca461cdff4af818705d4db Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:28 +0100 Subject: [PATCH 04/12] Start building against Spring Authorization Server 1.3.3 snapshots See gh-42546 --- 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 77d7a4d292..8524275942 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1919,7 +1919,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.3.2") { + library("Spring Authorization Server", "1.3.3-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From 35f84f1d3661b89fb27039c12e84312e5c12eb7b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:33 +0100 Subject: [PATCH 05/12] Start building against Spring Data Bom 2024.0.5 snapshots See gh-42547 --- 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 8524275942..da74634682 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1953,7 +1953,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.4") { + library("Spring Data Bom", "2024.0.5-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 3c3daa791c133ac4cb2401cf38ae2615f92c04b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:37 +0100 Subject: [PATCH 06/12] Start building against Spring Framework 6.1.14 snapshots See gh-42548 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2058f0c1a4..1dadc856be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.11.0 nativeBuildToolsVersion=0.10.3 snakeYamlVersion=2.2 -springFrameworkVersion=6.1.13 +springFrameworkVersion=6.1.14-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.30 From f54603c18429f3c02f54d9d855acc7b972c3315d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:42 +0100 Subject: [PATCH 07/12] Start building against Spring Integration 6.3.5 snapshots See gh-42549 --- 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 da74634682..232e8ae07f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2019,7 +2019,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.4") { + library("Spring Integration", "6.3.5-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From c9cdd32c9e51ab8fdee2ea07eadccbe66a5caded Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:46 +0100 Subject: [PATCH 08/12] Start building against Spring LDAP 3.2.7 snapshots See gh-42550 --- 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 232e8ae07f..9a45e8dc96 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2054,7 +2054,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "3.2.6") { + library("Spring LDAP", "3.2.7-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 19f774b5530f62eb5723b7566add9c9560545bc6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:51 +0100 Subject: [PATCH 09/12] Start building against Spring Pulsar 1.1.5 snapshots See gh-42551 --- 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 9a45e8dc96..44a0bd121f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2074,7 +2074,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.4") { + library("Spring Pulsar", "1.1.5-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 44c2925aa0f421a661ede7e25b146b450fb86db5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:24:55 +0100 Subject: [PATCH 10/12] Start building against Spring Retry 2.0.10 snapshots See gh-42552 --- 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 44a0bd121f..ab97c775da 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2108,7 +2108,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.9") { + library("Spring Retry", "2.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [ From 6ccb131de150010490131e6d92819235d72fdb3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:25:00 +0100 Subject: [PATCH 11/12] Start building against Spring Security 6.3.4 snapshots See gh-42553 --- 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 ab97c775da..872bbe8daf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2120,7 +2120,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.3") { + library("Spring Security", "6.3.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From 638cddeefa32078ac987385d504995af18e8b6e2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:25:05 +0100 Subject: [PATCH 12/12] Start building against Spring Session 3.3.3 snapshots See gh-42554 --- 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 872bbe8daf..24f70c443a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2137,7 +2137,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.3.2") { + library("Spring Session", "3.3.3-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])