From d92012b82f54fd53f6786f6142077fa9659f4adb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:26 +0100 Subject: [PATCH 1/7] Start building against Micrometer 1.9.12 snapshots See gh-35725 --- 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 2c0583655e3..d3681002c4e 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("Micrometer", "1.9.11") { + library("Micrometer", "1.9.12-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 163f5052c1c66d0e5f767a87608a9b8770a1cf31 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:31 +0100 Subject: [PATCH 2/7] Start building against Reactor Bom 2020.0.33 snapshots See gh-35726 --- 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 d3681002c4e..05f78667bca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.32") { + library("Reactor Bom", "2020.0.33-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From a04f6b3b027f63aa12ad2a54d3774d634fa07847 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:36 +0100 Subject: [PATCH 3/7] Start building against Spring AMQP 2.4.13 snapshots See gh-35727 --- 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 05f78667bca..2a0c7b195a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring AMQP", "2.4.12") { + library("Spring AMQP", "2.4.13-SNAPSHOT") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From c680a892fe74aabd2f5318f4a6e9d84be35b1e96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:40 +0100 Subject: [PATCH 4/7] Start building against Spring Data Bom 2021.2.13 snapshots See gh-35728 --- 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 2a0c7b195a6..58c61eef4e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.12") { + library("Spring Data Bom", "2021.2.13-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From a47112bbeb3500af94644d6535d8a1fc58cec15a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:50 +0100 Subject: [PATCH 5/7] Start building against Spring Security 5.7.9 snapshots See gh-35730 --- 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 58c61eef4e8..cadfc8d2239 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.8") { + library("Spring Security", "5.7.9-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6" From adc2077be33d0e5bad800b7e51c3a6f6797b7055 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:55 +0100 Subject: [PATCH 6/7] Start building against Spring Session Bom 2021.2.2 snapshots See gh-35731 --- 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 cadfc8d2239..a6d5d9c2c56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1843,7 +1843,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.1") { + library("Spring Session Bom", "2021.2.2-SNAPSHOT") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 5e963b02a735be7a9c020c0af0b515409c3e9384 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 11:21:59 +0100 Subject: [PATCH 7/7] Start building against Spring WS 3.1.7 snapshots See gh-35732 --- 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 a6d5d9c2c56..f162bac48d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1854,7 +1854,7 @@ bom { ] } } - library("Spring WS", "3.1.6") { + library("Spring WS", "3.1.7-SNAPSHOT") { prohibit { versionRange "[4.0.0-M1,)" because "it uses Spring Framework 6"