From e3e0f70bf52d7654f0ed5178331ab8fadf156009 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:24 +0100 Subject: [PATCH 01/12] Start building against Micrometer 1.12.5 snapshots See gh-40207 --- 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 30949997f5..d2d54bd621 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.4") { + library("Micrometer", "1.12.5-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From f3d2df09ad3ed1bd78ef98a636c7389b03d8946a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:29 +0100 Subject: [PATCH 02/12] Start building against Micrometer Tracing 1.2.5 snapshots See gh-40208 --- 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 d2d54bd621..8a12afb593 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.4") { + library("Micrometer Tracing", "1.2.5-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") { From fe82d13c401e9aa29b06c3b4392fbb20d4b58a8a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:34 +0100 Subject: [PATCH 03/12] Start building against Reactor Bom 2023.0.5 snapshots See gh-40209 --- 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 8a12afb593..6994ceb578 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.4") { + library("Reactor Bom", "2023.0.5-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 677734817b82b172950244c861ba74aa3878d2c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:39 +0100 Subject: [PATCH 04/12] Start building against Spring AMQP 3.1.4 snapshots See gh-40210 --- 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 6994ceb578..a9adf47b7b 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.3") { + library("Spring AMQP", "3.1.4-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 2e4af8105831f983347cd0136ebe36fe9f85b294 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:44 +0100 Subject: [PATCH 05/12] Start building against Spring Authorization Server 1.2.4 snapshots See gh-40211 --- 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 a9adf47b7b..984831b29b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1503,7 +1503,7 @@ bom { ] } } - library("Spring Authorization Server", "1.2.3") { + library("Spring Authorization Server", "1.2.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { modules = [ From 35a4125feee6ecbe9b00e1abd07e9d5f36400756 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:49 +0100 Subject: [PATCH 06/12] Start building against Spring Data Bom 2023.1.5 snapshots See gh-40212 --- 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 984831b29b..6a2af58459 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.4") { + library("Spring Data Bom", "2023.1.5-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 8b086e1de94dfd9a49ae2295bf3ac3f3c84ea6d6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:24:11 +0100 Subject: [PATCH 07/12] Upgrade to Neo4j Java Driver 5.19.0 Closes gh-40218 --- 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 6a2af58459..2e44adc52f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1070,7 +1070,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.18.0") { + library("Neo4j Java Driver", "5.19.0") { alignWithVersion { from "org.springframework.data:spring-data-neo4j" managedBy "Spring Data Bom" From 013a0e3f9ab291234cc30a781d0e8aae96b10391 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:54 +0100 Subject: [PATCH 08/12] Start building against Spring Framework 6.1.6 snapshots See gh-40213 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f6f03361a8..43c777cf74 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ junitJupiterVersion=5.10.2 kotlinVersion=1.9.23 mavenVersion=3.9.4 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.5 +springFrameworkVersion=6.1.6-SNAPSHOT tomcatVersion=10.1.19 kotlin.stdlib.default.dependency=false From bb8efe3fff006584912bbb8c15f16b68cf97fb24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:21:59 +0100 Subject: [PATCH 09/12] Start building against Spring Integration 6.2.4 snapshots See gh-40214 --- 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 2e44adc52f..0caadfcfd1 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.3") { + library("Spring Integration", "6.2.4-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From e83b87964fab99e1806b3c65bc67c34f3ca1a6b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:22:04 +0100 Subject: [PATCH 10/12] Start building against Spring LDAP 3.2.3 snapshots See gh-40215 --- 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 0caadfcfd1..e80b1e6d17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring LDAP", "3.2.2") { + library("Spring LDAP", "3.2.3-SNAPSHOT") { considerSnapshots() group("org.springframework.ldap") { modules = [ From 94a1c78f0abaacbb767d0eaa021757bb2386c023 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:22:08 +0100 Subject: [PATCH 11/12] Start building against Spring Pulsar 1.0.5 snapshots See gh-40216 --- 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 e80b1e6d17..f5fb6930a4 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.4") { + library("Spring Pulsar", "1.0.5-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From cae34a197891bc7ab73da5716ac9e62d751a2e7a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:22:13 +0100 Subject: [PATCH 12/12] Start building against Spring Security 6.2.4 snapshots See gh-40217 --- 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 f5fb6930a4..d720585a23 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.3") { + library("Spring Security", "6.2.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [