From 3d510b2ed5cb2c838e21aef600643a23a50f9800 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:17 +0100 Subject: [PATCH 01/14] Start building against Micrometer 1.13.15 snapshots See gh-45749 --- 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 ae1121153f2..e4d2951055d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1421,7 +1421,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.13.14") { + library("Micrometer", "1.13.15-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From f9f14af13a614ed77152e64e226f034e2fbd4147 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:22 +0100 Subject: [PATCH 02/14] Start building against Micrometer Tracing 1.3.13 snapshots See gh-45750 --- 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 e4d2951055d..5b2b742c9e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1443,7 +1443,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.3.12") { + library("Micrometer Tracing", "1.3.13-SNAPSHOT") { considerSnapshots() group("io.micrometer") { bom("micrometer-tracing-bom") From d05295df9f25aa5823aae56fbc2b556ff6df393a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:26 +0100 Subject: [PATCH 03/14] Start building against Reactor Bom 2023.0.19 snapshots See gh-45751 --- 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 5b2b742c9e1..0286a94ca0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1887,7 +1887,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.18") { + library("Reactor Bom", "2023.0.19-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 869a05c76836e674de2bca5d3739964090fa6e70 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:30 +0100 Subject: [PATCH 04/14] Start building against Spring AMQP 3.1.12 snapshots See gh-45752 --- 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 0286a94ca0c..5c5f8cdfc91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2082,7 +2082,7 @@ bom { ] } } - library("Spring AMQP", "3.1.11") { + library("Spring AMQP", "3.1.12-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 7bdd3df7e196b5f5958a8c49cb8420b30b24477d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:35 +0100 Subject: [PATCH 05/14] Start building against Spring Authorization Server 1.3.7 snapshots See gh-45753 --- 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 5c5f8cdfc91..a9ab2dc58e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2097,7 +2097,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.3.6") { + library("Spring Authorization Server", "1.3.7-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From 2095e83c27b04306ae127ade8390965052b3e6bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:39 +0100 Subject: [PATCH 06/14] Start building against Spring Data Bom 2024.0.13 snapshots See gh-45754 --- 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 a9ab2dc58e7..f1a012d31c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2129,7 +2129,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.12") { + library("Spring Data Bom", "2024.0.13-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 9b046b5246872c2c24f1954e64d6c8957d835e57 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:43 +0100 Subject: [PATCH 07/14] Start building against Spring Framework 6.1.21 snapshots See gh-45755 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 69408b4c53c..efb74a30512 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ mavenVersion=3.9.4 mockitoVersion=5.11.0 nativeBuildToolsVersion=0.10.6 snakeYamlVersion=2.2 -springFrameworkVersion=6.1.20 +springFrameworkVersion=6.1.21-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.41 From b045c05ff598c2e0ce8dfb4238c8ea7ae3672426 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:48 +0100 Subject: [PATCH 08/14] Start building against Spring Integration 6.3.11 snapshots See gh-45756 --- 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 f1a012d31c0..abd5e1f5bbb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2194,7 +2194,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.10") { + library("Spring Integration", "6.3.11-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From a497d953ceb7281dd960c50085aeca12ce29400c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:52 +0100 Subject: [PATCH 09/14] Start building against Spring Kafka 3.2.10 snapshots See gh-45757 --- 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 abd5e1f5bbb..b2c9aaef885 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2209,7 +2209,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.2.9") { + library("Spring Kafka", "3.2.10-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 37a6c6dcfbb82d8cb67bc360498d15f538977c68 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:56:56 +0100 Subject: [PATCH 10/14] Start building against Spring LDAP 3.2.13 snapshots See gh-45758 --- 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 b2c9aaef885..7c38810b4dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2227,7 +2227,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}") } } - library("Spring LDAP", "3.2.12") { + library("Spring LDAP", "3.2.13-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From cb0b7efc89b9e09c66b16e70e17a07ab863f3158 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:57:00 +0100 Subject: [PATCH 11/14] Start building against Spring Pulsar 1.1.13 snapshots See gh-45759 --- 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 7c38810b4dc..cc4b0086c7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2247,7 +2247,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.12") { + library("Spring Pulsar", "1.1.13-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 479b7337cbe6e745f7c02e7299f0cf3fdf050298 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:57:05 +0100 Subject: [PATCH 12/14] Start building against Spring RESTDocs 3.0.4 snapshots See gh-45760 --- 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 cc4b0086c7c..53126179560 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2262,7 +2262,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-pulsar/releases/tag/v{version}") } } - library("Spring RESTDocs", "3.0.3") { + library("Spring RESTDocs", "3.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.restdocs") { bom("spring-restdocs-bom") From 451c76e0dca66d2ed4a8291caf4fbe3aae6922c5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:57:09 +0100 Subject: [PATCH 13/14] Start building against Spring Security 6.3.10 snapshots See gh-45761 --- 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 53126179560..87dc07318dd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2290,7 +2290,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.9") { + library("Spring Security", "6.3.10-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From 34905267be20c37fb2de92d16ed1f42aa1175d60 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Jun 2025 10:57:13 +0100 Subject: [PATCH 14/14] Start building against Spring WS 4.0.15 snapshots See gh-45762 --- 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 87dc07318dd..68e3b542565 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2324,7 +2324,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.0.14") { + library("Spring WS", "4.0.15-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")