From 73315b607fe68bb32760abeef6562a2bc58abc77 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:26 +0100 Subject: [PATCH 01/14] Start building against Micrometer 1.12.7 snapshots See gh-41015 --- 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 091bd91455..a529570f0d 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.6") { + library("Micrometer", "1.12.7-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 1eb1dade94e5112e9f48fd6d76e7efd76039d251 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:23:03 +0100 Subject: [PATCH 02/14] Start building against Micrometer Tracing 1.2.7 snapshots See gh-41027 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a529570f0d..fcbee16866 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1008,9 +1008,8 @@ bom { ] } } - library("Micrometer Tracing", "1.2.6") { + library("Micrometer Tracing", "1.2.7-SNAPSHOT") { considerSnapshots() - calendarName = "Tracing" group("io.micrometer") { imports = [ "micrometer-tracing-bom" From a620bb420103bc9b6bb3ebb455fea7fe21b0b319 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:30 +0100 Subject: [PATCH 03/14] Start building against Reactor Bom 2023.0.7 snapshots See gh-41016 --- 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 fcbee16866..1d10373fbd 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("Reactor Bom", "2023.0.6") { + library("Reactor Bom", "2023.0.7-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From a2b1638d77d2ca5cca6d129bfbcd6b1ec013ebec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:35 +0100 Subject: [PATCH 04/14] Start building against Spring Authorization Server 1.2.5 snapshots See gh-41017 --- 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 1d10373fbd..6b39b50880 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.4") { + library("Spring Authorization Server", "1.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From 34b99bd6be4ed5c68bbfb639298ef058a03facb3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:39 +0100 Subject: [PATCH 05/14] Start building against Spring Data Bom 2023.1.7 snapshots See gh-41018 --- 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 6b39b50880..afc2492d2a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1574,7 +1574,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.6") { + library("Spring Data Bom", "2023.1.7-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 26692a7f2601084b893aa46c31a79b8744cf7e14 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:26:08 +0100 Subject: [PATCH 06/14] Upgrade to Neo4j Java Driver 5.21.0 Closes gh-41028 --- 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 afc2492d2a..0f00d3236a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1069,7 +1069,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.20.0") { + library("Neo4j Java Driver", "5.21.0") { alignWith { version { from "org.springframework.data:spring-data-neo4j" From 2a7708c8cf1b4549c91c6eecfc4cb620c2ac4541 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:44 +0100 Subject: [PATCH 07/14] Start building against Spring Framework 6.1.9 snapshots See gh-41019 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8168f400a3..7faba73b95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.24 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.8 +springFrameworkVersion=6.1.9-SNAPSHOT springFramework60xVersion=6.0.21 tomcatVersion=10.1.24 From be33a3579c8e0db396ea0351009a3781de867d3e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:48 +0100 Subject: [PATCH 08/14] Start building against Spring GraphQL 1.2.7 snapshots See gh-41020 --- 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 0f00d3236a..f80ac809c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1592,7 +1592,7 @@ bom { ] } } - library("Spring GraphQL", "1.2.6") { + library("Spring GraphQL", "1.2.7-SNAPSHOT") { considerSnapshots() group("org.springframework.graphql") { modules = [ From 5f185df451dca4c5ca82113328a3586c30bcb0f6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:53 +0100 Subject: [PATCH 09/14] Start building against Spring Integration 6.2.6 snapshots See gh-41021 --- 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 f80ac809c0..7b36547766 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1609,7 +1609,7 @@ bom { ] } } - library("Spring Integration", "6.2.5") { + library("Spring Integration", "6.2.6-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From a09e0e00b8e64c031101acf1d3497633cb55b147 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:21:57 +0100 Subject: [PATCH 10/14] Start building against Spring Kafka 3.1.6 snapshots See gh-41022 --- 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 7b36547766..0e79410ca6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1617,7 +1617,7 @@ bom { ] } } - library("Spring Kafka", "3.1.5") { + library("Spring Kafka", "3.1.6-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From a253ede0c1f1bef923806f560fe532d061b6df6b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:22:01 +0100 Subject: [PATCH 11/14] Start building against Spring LDAP 3.2.4 snapshots See gh-41023 --- 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 0e79410ca6..307e92a1f2 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 LDAP", "3.2.3") { + library("Spring LDAP", "3.2.4-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 70a12d79ec83d9260785b45a4fc7dae6b2ac112e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:22:06 +0100 Subject: [PATCH 12/14] Start building against Spring Pulsar 1.0.7 snapshots See gh-41024 --- 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 307e92a1f2..12aaa17c7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1637,7 +1637,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.6") { + library("Spring Pulsar", "1.0.7-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From b1e8216ccbf21f85a574895b46de8cfcb092b0c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:22:10 +0100 Subject: [PATCH 13/14] Start building against Spring Security 6.2.5 snapshots See gh-41025 --- 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 12aaa17c7f..5369037073 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Security", "6.2.4") { + library("Spring Security", "6.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From 45e4f137deb73b25af37138fcfbeff1049f20551 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:22:15 +0100 Subject: [PATCH 14/14] Start building against Spring Session 3.2.4 snapshots See gh-41026 --- 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 5369037073..387987183c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Session", "3.2.3") { + library("Spring Session", "3.2.4-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])