From d75328a65b726f78f4f648ff888cc35bc1eff2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:08 +0900 Subject: [PATCH 01/12] Start building against Micrometer 1.12.12 snapshots See gh-42993 --- 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 d460dcd0ee5..7e0d4a6a08e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1003,7 +1003,7 @@ bom { ] } } - library("Micrometer", "1.12.11") { + library("Micrometer", "1.12.12-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 9ba12afe43b8f5db57eef4f50928d73dca801839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:17 +0900 Subject: [PATCH 02/12] Start building against Micrometer Tracing 1.2.12 snapshots See gh-42994 --- 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 7e0d4a6a08e..9b7f10e485a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1016,7 +1016,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.11") { + library("Micrometer Tracing", "1.2.12-SNAPSHOT") { considerSnapshots() group("io.micrometer") { imports = [ From c1e04d69e89f6934b0bdf2c2ca7a9f2d5ae93c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:22 +0900 Subject: [PATCH 03/12] Start building against Reactor Bom 2023.0.12 snapshots See gh-42995 --- 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 9b7f10e485a..61c809b7425 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1390,7 +1390,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.11") { + library("Reactor Bom", "2023.0.12-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 43622e93e2fb559fea28169a9d7819376f10474b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:27 +0900 Subject: [PATCH 04/12] Start building against Spring AMQP 3.1.8 snapshots See gh-42996 --- 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 61c809b7425..704c7a50aea 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 AMQP", "3.1.7") { + library("Spring AMQP", "3.1.8-SNAPSHOT") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 980043e0590d0bcb7a80ed6fa5cf0b10159941bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:32 +0900 Subject: [PATCH 05/12] Start building against Spring Data Bom 2023.1.12 snapshots See gh-42997 --- 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 704c7a50aea..bc8237f6968 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 Data Bom", "2023.1.11") { + library("Spring Data Bom", "2023.1.12-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 69c85c3c00557616730de69acf3c78ba63f7abb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:37 +0900 Subject: [PATCH 06/12] Start building against Spring Framework 6.1.15 snapshots See gh-42999 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b157bf35b2f..4450edf5cef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ kotlinVersion=1.9.25 mavenVersion=3.9.4 mockitoVersion=5.7.0 nativeBuildToolsVersion=0.9.28 -springFrameworkVersion=6.1.14 +springFrameworkVersion=6.1.15-SNAPSHOT springFramework60xVersion=6.0.23 tomcatVersion=10.1.31 From a8a7ee8680a8d8231a788ca27089d02ba684355f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:42 +0900 Subject: [PATCH 07/12] Start building against Spring Integration 6.2.11 snapshots See gh-43001 --- 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 bc8237f6968..408bb5ffcfe 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 Integration", "6.2.10") { + library("Spring Integration", "6.2.11-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From 5acb87817cd38fa1c3007e9762ffcd757b625e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:46 +0900 Subject: [PATCH 08/12] Start building against Spring Kafka 3.1.10 snapshots See gh-43003 --- 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 408bb5ffcfe..ce502ba974d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1625,7 +1625,7 @@ bom { ] } } - library("Spring Kafka", "3.1.9") { + library("Spring Kafka", "3.1.10-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 91c802a059b19d161b010f891a6f4b0fc058d63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:51 +0900 Subject: [PATCH 09/12] Start building against Spring Pulsar 1.0.12 snapshots See gh-43005 --- 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 ce502ba974d..68b0cbb672b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.11") { + library("Spring Pulsar", "1.0.12-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From fe390954c6e13664342e97f4b918d35f30ab4f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:28:55 +0900 Subject: [PATCH 10/12] Start building against Spring RESTDocs 3.0.3 snapshots See gh-43007 --- 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 68b0cbb672b..7f02cd19101 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1653,7 +1653,7 @@ bom { ] } } - library("Spring RESTDocs", "3.0.2") { + library("Spring RESTDocs", "3.0.3-SNAPSHOT") { considerSnapshots() group("org.springframework.restdocs") { imports = [ From 2f89a1e228283fe4e754aa90e66131c12a0ceb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:29:00 +0900 Subject: [PATCH 11/12] Start building against Spring Security 6.2.8 snapshots See gh-43009 --- 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 7f02cd19101..72ae14eb322 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 Security", "6.2.7") { + library("Spring Security", "6.2.8-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [ From 94f2fabe24a7ce48e383443922a424813535ba06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 16:08:25 +0900 Subject: [PATCH 12/12] Upgrade to Neo4j Java Driver 5.26.0 Closes gh-43028 --- 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 72ae14eb322..d2c4dc01b36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1077,7 +1077,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.25.0") { + library("Neo4j Java Driver", "5.26.0") { alignWith { version { from "org.springframework.data:spring-data-neo4j"