From f557a8a5d9ac5765254f6dc92d5107259f34e301 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:42:22 +0200 Subject: [PATCH 1/9] 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/9] 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/9] 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/9] 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" From e918543ce977608b898f1d7faf9523ee4dcf65eb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:55:32 +0200 Subject: [PATCH 5/9] Start building against Reactor 2020.0.11 snapshots See gh-27914 --- 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 6d97a56cfce..1b0b2ac9a82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.10") { + library("Reactor Bom", "2020.0.11-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 229e61d3ea24673cc8904e16f2a05662f5a5c44f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:56:02 +0200 Subject: [PATCH 6/9] Start building against Spring Framework 5.3.10 snapshots See gh-27915 --- 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 1b0b2ac9a82..79e803ceb8f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring Framework", "5.3.9") { + library("Spring Framework", "5.3.10-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From 2f337201018b8ea53e333ffd7450b2cf7e2f759e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:56:32 +0200 Subject: [PATCH 7/9] Start building against Micrometer 1.7.4 snapshots See gh-27916 --- 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 79e803ceb8f..e5e01d02999 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1200,7 +1200,7 @@ bom { ] } } - library("Micrometer", "1.7.3") { + library("Micrometer", "1.7.4-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 5d1ae23733076259a76a9a1eb241394278d60c97 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:56:57 +0200 Subject: [PATCH 8/9] Start building against Spring Data 2021.0.5 snapshots See gh-27917 --- 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 e5e01d02999..a8b87255caa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.4") { + library("Spring Data Bom", "2021.0.5-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From d93a8581d24a289ff6517afe8a931fcb73ed4cf4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Sep 2021 15:57:20 +0200 Subject: [PATCH 9/9] Start building against Spring Kafka 2.7.7 snapshots See gh-27918 --- 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 a8b87255caa..ec1ae84d9da 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Kafka", "2.7.6") { + library("Spring Kafka", "2.7.7-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",