From 36bf25da9c3aade7ff6287e4402afa149d3bb272 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:15:52 +0100 Subject: [PATCH 01/11] Start building against Micrometer 1.12.6 snapshots See gh-40655 --- 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 064f94b99d1..62e5dc922bb 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.5") { + library("Micrometer", "1.12.6-SNAPSHOT") { considerSnapshots() group("io.micrometer") { modules = [ From 077e29eb8cfee30eafe40a233c1ad5585add6c38 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:15:58 +0100 Subject: [PATCH 02/11] Start building against Reactor Bom 2023.0.6 snapshots See gh-40656 --- 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 62e5dc922bb..5bdb700d207 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1383,7 +1383,7 @@ bom { ] } } - library("Reactor Bom", "2023.0.5") { + library("Reactor Bom", "2023.0.6-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") { From b6135c564c32ebb8d3075ba97bfd36e12ff73446 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:03 +0100 Subject: [PATCH 03/11] Start building against Spring Batch 5.1.2 snapshots See gh-40657 --- 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 5bdb700d207..ea1c95c738d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Spring Batch", "5.1.1") { + library("Spring Batch", "5.1.2-SNAPSHOT") { considerSnapshots() group("org.springframework.batch") { imports = [ From 5f6fb969313320be831e5c0e4fd38989971ac854 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:07 +0100 Subject: [PATCH 04/11] Start building against Spring Data Bom 2023.1.6 snapshots See gh-40658 --- 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 ea1c95c738d..3291bfd3a84 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1575,7 +1575,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.5") { + library("Spring Data Bom", "2023.1.6-SNAPSHOT") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 0a212dac4cf0a9fe287d07162701765823aa3543 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:19:07 +0100 Subject: [PATCH 05/11] Upgrade to Neo4j Java Driver 5.20.0 Closes gh-40665 --- 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 3291bfd3a84..33f8be34c66 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.19.0") { + library("Neo4j Java Driver", "5.20.0") { alignWith { version { from "org.springframework.data:spring-data-neo4j" From 52912c11d54af4dfb0b89a3637e55454dfea73f5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:12 +0100 Subject: [PATCH 06/11] Start building against Spring Framework 6.1.7 snapshots See gh-40659 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 59091dc243b..88b3bc5754e 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.6 +springFrameworkVersion=6.1.7-SNAPSHOT tomcatVersion=10.1.20 kotlin.stdlib.default.dependency=false From 30ef19c422f91460a029eaa6c3a5dc4ba8f3229d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:16 +0100 Subject: [PATCH 07/11] Start building against Spring Integration 6.2.5 snapshots See gh-40660 --- 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 33f8be34c66..f6e9133ab31 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Spring Integration", "6.2.4") { + library("Spring Integration", "6.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.integration") { imports = [ From ef503323d81f03c908adc2fcab87424160b332a2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:21 +0100 Subject: [PATCH 08/11] Start building against Spring Kafka 3.1.5 snapshots See gh-40661 --- 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 f6e9133ab31..76ccceecc4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,7 +1618,7 @@ bom { ] } } - library("Spring Kafka", "3.1.4") { + library("Spring Kafka", "3.1.5-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [ From da1226822c10376da1f8348c9876af1116df4fcd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:26 +0100 Subject: [PATCH 09/11] Start building against Spring Pulsar 1.0.6 snapshots See gh-40662 --- 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 76ccceecc4d..375e85bf57f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1638,7 +1638,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.5") { + library("Spring Pulsar", "1.0.6-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From d0550d8441f0527aef01200d38e373f9e090812d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:30 +0100 Subject: [PATCH 10/11] Start building against Spring Session 3.2.3 snapshots See gh-40663 --- 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 375e85bf57f..1f77a3f0e28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Session", "3.2.2") { + library("Spring Session", "3.2.3-SNAPSHOT") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From 207ea098e9d30f0f0d545df0be9a4666a1cac212 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 May 2024 12:16:35 +0100 Subject: [PATCH 11/11] Start building against Spring WS 4.0.11 snapshots See gh-40664 --- 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 1f77a3f0e28..3d6bceb25d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring WS", "4.0.10") { + library("Spring WS", "4.0.11-SNAPSHOT") { considerSnapshots() group("org.springframework.ws") { imports = [