From 593fecbe351afa6c0cfbe8b21fbb30b152ae3433 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:13:54 +0100 Subject: [PATCH 1/8] Start building against Micrometer 1.12.10 snapshots See gh-42121 --- 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 c40944bee67..07cd24ad973 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1004,7 +1004,7 @@ bom { ] } } - library("Micrometer", "1.12.9") { + library("Micrometer", "1.12.10-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 49d4f7ac0e626b474f69eb6def21946f72f84751 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:13:59 +0100 Subject: [PATCH 2/8] Start building against Micrometer Tracing 1.2.10 snapshots See gh-42122 --- 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 07cd24ad973..42f71581cc2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.9") { + library("Micrometer Tracing", "1.2.10-SNAPSHOT") { considerSnapshots() group("io.micrometer") { imports = [ From a465e37908da02d93afd204334f52fcc8fb5ad16 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:14:03 +0100 Subject: [PATCH 3/8] Start building against Reactor Bom 2023.0.10 snapshots See gh-42123 --- 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 42f71581cc2..07cfe21c0c9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1391,7 +1391,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.9") { + library("Reactor Bom", "2023.0.10-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From ced01c1dd36bc41f513d6d51cdb859d14349905e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:14:08 +0100 Subject: [PATCH 4/8] Start building against Spring Data Bom 2023.1.10 snapshots See gh-42124 --- 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 07cfe21c0c9..8fc16ebad3e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1583,7 +1583,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.9") { + library("Spring Data Bom", "2023.1.10-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 69379d4fdabdc064d88907b4f3cddf286eb3dd74 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:14:12 +0100 Subject: [PATCH 5/8] Start building against Spring Framework 6.1.13 snapshots See gh-42125 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a22eadc918f..2407ea66eca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.3 kotlinVersion=1.9.25 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.12 +springFrameworkVersion=6.1.13-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.28 From 68c331f496ff3e92979ebca5e1c33697969c6bb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:14:17 +0100 Subject: [PATCH 6/8] Start building against Spring Integration 6.2.9 snapshots See gh-42126 --- 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 8fc16ebad3e..862ada0ad3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,7 +1618,7 @@ bom { ] } } - library("Spring Integration", "6.2.8") { + library("Spring Integration", "6.2.9-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From e972ddfe501240311d382c7e2c807caf0964297c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:14:21 +0100 Subject: [PATCH 7/8] Start building against Spring Kafka 3.1.9 snapshots See gh-42127 --- 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 862ada0ad3f..ed94e3e45a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Kafka", "3.1.8") { + library("Spring Kafka", "3.1.9-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 4b1fcdb74a9b29ab5cf647d655e6bdb760d71a5a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 12:14:26 +0100 Subject: [PATCH 8/8] Start building against Spring Pulsar 1.0.10 snapshots See gh-42128 --- 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 ed94e3e45a7..272295df9e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.9") { + library("Spring Pulsar", "1.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [