From 57a7f210cd9ccf3802341fc751a2563d21a9c9b3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:16 +0000 Subject: [PATCH 1/9] Start building against Micrometer 1.11.7 snapshots See gh-38675 --- 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 c6d36f7659..da863a234f 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.6") { + library("Micrometer", "1.11.7-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 7aed70b0bdde129dee52bea7a825d41260bd3f6c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:21 +0000 Subject: [PATCH 2/9] Start building against Micrometer Tracing 1.1.8 snapshots See gh-38676 --- 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 da863a234f..0a7137a38e 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.7") { + library("Micrometer Tracing", "1.1.8-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From 7de7aaa375acc121a13eeffee2522677a8b01b11 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:26 +0000 Subject: [PATCH 3/9] Start building against Reactor Bom 2022.0.14 snapshots See gh-38677 --- 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 0a7137a38e..f44fe9ffe4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1213,7 +1213,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.13") { + library("Reactor Bom", "2022.0.14-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From fb9b6833fc9b92e151b4cee1c42cd868523dcda1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:31 +0000 Subject: [PATCH 4/9] Start building against Spring Authorization Server 1.1.4 snapshots See gh-38678 --- 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 f44fe9ffe4..72fbfe77d1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1386,7 +1386,7 @@ bom { ] } } - library("Spring Authorization Server", "1.1.3") { + library("Spring Authorization Server", "1.1.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From 4ff5be4619165736a254cfad1a02e8f2098a0042 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:36 +0000 Subject: [PATCH 5/9] Start building against Spring Data Bom 2023.0.7 snapshots See gh-38679 --- 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 72fbfe77d1..e7c9f79f39 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1402,7 +1402,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.6") { + library("Spring Data Bom", "2023.0.7-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 486c34b412b324f80bc7294e7f5a6cf790503ab8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:40 +0000 Subject: [PATCH 6/9] Start building against Spring Framework 6.0.15 snapshots See gh-38680 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8def1cdb53..08b7c4931b 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.14 +springFrameworkVersion=6.0.15-SNAPSHOT tomcatVersion=10.1.16 kotlin.stdlib.default.dependency=false From 7f53a2132884ce06dfb1ebd02667ee07cb414256 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:45 +0000 Subject: [PATCH 7/9] Start building against Spring LDAP 3.1.3 snapshots See gh-38681 --- 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 e7c9f79f39..1d71f6ea07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1454,7 +1454,7 @@ bom { ] } } - library("Spring LDAP", "3.1.2") { + library("Spring LDAP", "3.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From af469abb8890232a740a570729d2641c4b2d4674 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:50 +0000 Subject: [PATCH 8/9] Start building against Spring Security 6.1.6 snapshots See gh-38682 --- 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 1d71f6ea07..cdcadb8d4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1481,7 +1481,7 @@ bom { ] } } - library("Spring Security", "6.1.5") { + library("Spring Security", "6.1.6-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From fb8043a31fb74d59c7adc8524147cfdeea3296a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:55 +0000 Subject: [PATCH 9/9] Start building against Spring Session 3.1.4 snapshots See gh-38683 --- 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 cdcadb8d4f..2a7bf81c66 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1489,7 +1489,7 @@ bom { ] } } - library("Spring Session", "3.1.3") { + library("Spring Session", "3.1.4-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])