From 719fb625ef087d1baed6af945946005479a26402 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:14:36 +0200 Subject: [PATCH 1/7] Start building against Reactor 2020.0.18 snapshots See gh-30604 --- 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 1bebf3970a..5116103ef5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1450,7 +1450,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.17") { + library("Reactor Bom", "2020.0.18-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 454f409a149594296765b477dfe878f5a2ef7a35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:05:14 +0200 Subject: [PATCH 2/7] Start building against Micrometer 1.9.0-RC1 snapshots See gh-30605 --- 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 5116103ef5..6a631da377 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1279,7 +1279,7 @@ bom { ] } } - library("Micrometer", "1.9.0-M4") { + library("Micrometer", "1.9.0-SNAPSHOT") { prohibit("[2.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" } From 65efc75c6f291a9c38cea643a6efc5db0fdc5dca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:05:38 +0200 Subject: [PATCH 3/7] Start building against Spring LDAP 2.4.0-RC1 snapshots See gh-30606 --- 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 6a631da377..3bb69ca037 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1754,7 +1754,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-M2") { + library("Spring LDAP", "2.4.0-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From 726c4e9ced1324cc3eb54edfa052bddf5427d017 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:14:59 +0200 Subject: [PATCH 4/7] Start building against Spring Retry 1.3.3 snapshots See gh-30607 --- 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 3bb69ca037..e00a453cfa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1783,7 +1783,7 @@ bom { ] } } - library("Spring Retry", "1.3.2") { + library("Spring Retry", "1.3.3-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From 8658765eb4cc9eedb9f6da8cdce10eb088d1d44a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:07:00 +0200 Subject: [PATCH 5/7] Start building against Spring Kafka 2.8.5 snapshots See gh-30608 --- 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 e00a453cfa..498b4c9308 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Kafka", "2.8.4") { + library("Spring Kafka", "2.8.5-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From 2ed65b303523415b1a516297248c481b580fbdd7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:07:22 +0200 Subject: [PATCH 6/7] Start building against Spring Security 2.7.0-RC1 snapshots See gh-30609 --- 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 498b4c9308..d958dc73d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1790,7 +1790,7 @@ bom { ] } } - library("Spring Security", "5.7.0-M3") { + library("Spring Security", "5.7.0-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" } From 6f62e1c743ba44cec5e7071c9378ae7a76e7984f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:07:49 +0200 Subject: [PATCH 7/7] Start building against Spring Session 2021.2.0-RC1 snapshots See gh-30611 --- 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 d958dc73d0..7423470fef 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1800,7 +1800,7 @@ bom { ] } } - library("Spring Session Bom", "2021.2.0-M1") { + library("Spring Session Bom", "2021.2.0-SNAPSHOT") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }