From 7ff74821cee6ae8555087c5188d45e17db952089 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:24 +0000 Subject: [PATCH 01/10] Start building against Micrometer 1.12.4 snapshots See gh-39879 --- 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 e5f445ef64..d69b9168eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -995,7 +995,7 @@ bom { ] } } - library("Micrometer", "1.12.3") { + library("Micrometer", "1.12.4-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 4c5edb51ba8787e33d89c81665787c308e869dd9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:28 +0000 Subject: [PATCH 02/10] Start building against Micrometer Tracing 1.2.4 snapshots See gh-39880 --- 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 d69b9168eb..5686ea4509 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1008,7 +1008,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.3") { + library("Micrometer Tracing", "1.2.4-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From 2dd6358d28fff9383c1649af843fb96ae4512397 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:33 +0000 Subject: [PATCH 03/10] Start building against Spring AMQP 3.1.3 snapshots See gh-39881 --- 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 5686ea4509..64e7db687b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1495,7 +1495,7 @@ bom { ] } } - library("Spring AMQP", "3.1.2") { + library("Spring AMQP", "3.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 15069a759c5f27acc567327f32cf2be617863f3e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:37 +0000 Subject: [PATCH 04/10] Start building against Spring Data Bom 2023.1.4 snapshots See gh-39882 --- 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 64e7db687b..5076587208 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1519,7 +1519,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.3") { + library("Spring Data Bom", "2023.1.4-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From f7da605120b9076ba6391270b826cccb30373e91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:42 +0000 Subject: [PATCH 05/10] Start building against Spring Framework 6.1.5 snapshots See gh-39883 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8b470493d1..02b66cded3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.4 +springFrameworkVersion=6.1.5-SNAPSHOT tomcatVersion=10.1.19 kotlin.stdlib.default.dependency=false From 552046998f7806780aeaf4198d69c46ccf466742 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:46 +0000 Subject: [PATCH 06/10] Start building against Spring Integration 6.2.3 snapshots See gh-39884 --- 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 5076587208..f0819a7e2f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring Integration", "6.2.2") { + library("Spring Integration", "6.2.3-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From 04a249b1e8b55fa81d23762db8a28fa3929c20bd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:51 +0000 Subject: [PATCH 07/10] Start building against Spring Kafka 3.1.3 snapshots See gh-39885 --- 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 f0819a7e2f..4ca8cba125 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1562,7 +1562,7 @@ bom { ] } } - library("Spring Kafka", "3.1.2") { + library("Spring Kafka", "3.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From bcd8d3f4a02745195808b9e15a7778c21b9f052a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:06:55 +0000 Subject: [PATCH 08/10] Start building against Spring Pulsar 1.0.4 snapshots See gh-39886 --- 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 4ca8cba125..e8d1679f2d 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 Pulsar", "1.0.3") { + library("Spring Pulsar", "1.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 27442d285e1155e04d3d38b1b5192fe16e242bfd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:07:00 +0000 Subject: [PATCH 09/10] Start building against Spring Security 6.2.3 snapshots See gh-39887 --- 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 e8d1679f2d..54ac9267ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.2") { + library("Spring Security", "6.2.3-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From e7751d161effad492b3d26eef7a1bca403496f9d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 19:07:04 +0000 Subject: [PATCH 10/10] Start building against Spring Session 3.2.2 snapshots See gh-39888 --- 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 54ac9267ff..ba8a87dcdc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1614,7 +1614,7 @@ bom { ] } } - library("Spring Session", "3.2.1") { + library("Spring Session", "3.2.2-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])