From f557a8a5d9ac5765254f6dc92d5107259f34e301 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:42:22 +0200 Subject: [PATCH 1/4] Start building against Reactor 2020.0.11 snapshots See gh-27908 --- 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 f3790b01231..2d2ff644b02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1328,7 +1328,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.10") { + library("Reactor Bom", "2020.0.11-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From bcc4529cc5789b04a80356f0836c20d3035eeb44 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:42:54 +0200 Subject: [PATCH 2/4] Start building against Spring Framework 5.3.10 snapshots See gh-27909 --- 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 2d2ff644b02..78120796943 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring Framework", "5.3.9") { + library("Spring Framework", "5.3.10-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 348863c4ae21b0b2ef3404f206177129a61f9f6a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:43:19 +0200 Subject: [PATCH 3/4] Start building against Micrometer 1.6.11 snapshots See gh-27910 --- 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 78120796943..146a34eaa18 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1112,7 +1112,7 @@ bom { ] } } - library("Micrometer", "1.6.10") { + library("Micrometer", "1.6.11-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 08e79ee472f6a84ac7b57847fbe312c7c2fdc1d9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:43:44 +0200 Subject: [PATCH 4/4] Start building against Spring Data 2020.0.13 snapshots See gh-27912 --- 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 146a34eaa18..6101108cc4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1564,7 +1564,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.12") { + library("Spring Data Bom", "2020.0.13-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom"