From 7a6a58174e28701f7875f196a23a4de289d9072c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:30 +0100 Subject: [PATCH 1/9] Start building against Micrometer 1.11.12 snapshots See gh-40646 --- 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 e2e963ae5a0..7f6689ad5ef 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.11") { + library("Micrometer", "1.11.12-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From a7ac7bda4b28c47c8b67985f4deb362f2a73fc51 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:35 +0100 Subject: [PATCH 2/9] Start building against Reactor Bom 2022.0.19 snapshots See gh-40647 --- 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 7f6689ad5ef..8b0b93d32f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1273,7 +1273,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.18") { + library("Reactor Bom", "2022.0.19-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From 02e390f05dbc466646db433b0505a95c98ff929f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:39 +0100 Subject: [PATCH 3/9] Start building against Spring Batch 5.0.6 snapshots See gh-40648 --- 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 8b0b93d32f6..3bf679a8dad 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 Batch", "5.0.5") { + library("Spring Batch", "5.0.6-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [ From d3116124b970cf3af79fa4376c40ef37e2ac2662 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:44 +0100 Subject: [PATCH 4/9] Start building against Spring Data Bom 2023.0.12 snapshots See gh-40649 --- 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 3bf679a8dad..3c3bd9d3413 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1462,7 +1462,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.11") { + library("Spring Data Bom", "2023.0.12-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 23f136d60673867f0511cdac184be7da0fd1996e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:25:25 +0100 Subject: [PATCH 5/9] Upgrade to Neo4j Java Driver 5.20.0 Closes gh-40654 --- 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 3c3bd9d3413..742d2a9b0ef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1050,7 +1050,7 @@ bom { ] } } - library("Neo4j Java Driver", "5.19.0") { + library("Neo4j Java Driver", "5.20.0") { alignWith { version { from "org.springframework.data:spring-data-neo4j" From a0c9742feaa54987525b5578d534d38145eb40da Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:49 +0100 Subject: [PATCH 6/9] Start building against Spring Framework 6.0.20 snapshots See gh-40650 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 34d0cb86bc1..21d74e232e9 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.19 +springFrameworkVersion=6.0.20-SNAPSHOT tomcatVersion=10.1.20 kotlin.stdlib.default.dependency=false From a9df5b3d05d2889b41f7e4da559844819f1a8b78 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:53 +0100 Subject: [PATCH 7/9] Start building against Spring Kafka 3.0.17 snapshots See gh-40651 --- 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 742d2a9b0ef..0f1023026c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1505,7 +1505,7 @@ bom { ] } } - library("Spring Kafka", "3.0.16") { + library("Spring Kafka", "3.0.17-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From b4dedd73c9270e8df1128d11247e7ad69a40b872 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:21:58 +0100 Subject: [PATCH 8/9] Start building against Spring Session 3.1.6 snapshots See gh-40652 --- 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 0f1023026c2..81dbd939906 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1549,7 +1549,7 @@ bom { ] } } - library("Spring Session", "3.1.5") { + library("Spring Session", "3.1.6-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From dcae376a3b99961a449fdd9804fd05e9763b14fd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 11:22:03 +0100 Subject: [PATCH 9/9] Start building against Spring WS 4.0.11 snapshots See gh-40653 --- 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 81dbd939906..b1ae28037c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1561,7 +1561,7 @@ bom { ] } } - library("Spring WS", "4.0.10") { + library("Spring WS", "4.0.11-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { imports = [