From 339bb3a44c88cc5e446a126a9d09af589e656fe4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:09 +0000 Subject: [PATCH 1/9] Start building against Micrometer 1.11.10 snapshots See gh-39870 --- 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 702c72b3dd..2a8dd61de0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -975,7 +975,7 @@ bom { ] } } - library("Micrometer", "1.11.9") { + library("Micrometer", "1.11.10-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 9ae375f818a2cbbecf55dfd893d0b62152af61d7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:13 +0000 Subject: [PATCH 2/9] Start building against Micrometer Tracing 1.1.11 snapshots See gh-39871 --- 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 2a8dd61de0..ae03b767a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -988,7 +988,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.10") { + library("Micrometer Tracing", "1.1.11-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From 4ad7f22188539767754253341ef7ffa61cd21a45 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:18 +0000 Subject: [PATCH 3/9] Start building against Spring AMQP 3.0.12 snapshots See gh-39872 --- 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 ae03b767a7..b7350583f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1382,7 +1382,7 @@ bom { ] } } - library("Spring AMQP", "3.0.11") { + library("Spring AMQP", "3.0.12-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From bfe37b3630ef08b293c3300c2c8f0acb2ae664d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:22 +0000 Subject: [PATCH 4/9] Start building against Spring Data Bom 2023.0.10 snapshots See gh-39873 --- 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 b7350583f3..f37bdf33cf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1406,7 +1406,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.9") { + library("Spring Data Bom", "2023.0.10-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 53cb242f8cf05092bb5359673f9e8178602b0b5a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:28 +0000 Subject: [PATCH 5/9] Start building against Spring Framework 6.0.18 snapshots See gh-39874 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 44a8403398..e8f2709eb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ junitJupiterVersion=5.9.3 kotlinVersion=1.8.22 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.0.17 +springFrameworkVersion=6.0.18-SNAPSHOT tomcatVersion=10.1.19 kotlin.stdlib.default.dependency=false From b978188096ebdba1288f293b539ed2e214f5428f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:32 +0000 Subject: [PATCH 6/9] Start building against Spring Integration 6.1.7 snapshots See gh-39875 --- 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 f37bdf33cf..292d6f073e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1441,7 +1441,7 @@ bom { ] } } - library("Spring Integration", "6.1.6") { + library("Spring Integration", "6.1.7-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From 7a511c2a109ff0d37446e34cb04ab0433de5169e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:36 +0000 Subject: [PATCH 7/9] Start building against Spring Kafka 3.0.15 snapshots See gh-39876 --- 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 292d6f073e..5f02472e1d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring Kafka", "3.0.14") { + library("Spring Kafka", "3.0.15-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 15b687c8890ccaf7288de69ae5420e6fb4befd20 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:41 +0000 Subject: [PATCH 8/9] Start building against Spring Security 6.1.8 snapshots See gh-39877 --- 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 5f02472e1d..03fb7e2953 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1485,7 +1485,7 @@ bom { ] } } - library("Spring Security", "6.1.7") { + library("Spring Security", "6.1.8-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From c67be7635f2fc0a1a441c95c641a836a4c8b72b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:46 +0000 Subject: [PATCH 9/9] Start building against Spring Session 3.1.5 snapshots See gh-39878 --- 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 03fb7e2953..caba0fd337 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring Session", "3.1.4") { + library("Spring Session", "3.1.5-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])