From 8d2af7ea93e5bc0c4f132b70706b14421b5778e0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:04:08 +0200 Subject: [PATCH 1/6] Start building against Reactor 2020.0.24 snapshots See gh-32587 --- 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 4aaad164c2..739d5949ee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.23") { + library("Reactor Bom", "2020.0.24-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From 556543043e0a2439658bd81afaa0d514e1d1733f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:04:34 +0200 Subject: [PATCH 2/6] Start building against Micrometer 1.8.11 snapshots See gh-32586 --- 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 739d5949ee..9afade8970 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1253,7 +1253,7 @@ bom { ] } } - library("Micrometer", "1.8.10") { + library("Micrometer", "1.8.11-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 9b002e1c053e51e298d8b166be78c4bba8ddfdab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:57 +0200 Subject: [PATCH 3/6] Start building against Spring Retry 1.3.4 snapshots See gh-32593 --- 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 9afade8970..d23ad37d8c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Retry", "1.3.3") { + library("Spring Retry", "1.3.4-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From 2b2f23ef9ccb7b2c8700d6771eaea65b9e546714 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:00 +0200 Subject: [PATCH 4/6] Start building against Spring Data 2021.1.8 snapshots See gh-32588 --- 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 d23ad37d8c..1f556d6e6f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.7") { + library("Spring Data Bom", "2021.1.8-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From 525b724adc9cd8d07c98cad771056791e9bb996a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:27 +0200 Subject: [PATCH 5/6] Start building against Spring Kafka 2.8.10 snapshots See gh-32589 --- 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 1f556d6e6f..52d6e0a375 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Kafka", "2.8.9") { + library("Spring Kafka", "2.8.10-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 86176e8f4bad62deb764d30d8d29578d824c9f68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:06:22 +0200 Subject: [PATCH 6/6] Start building against Spring Security 5.6.8 snapshots See gh-32590 --- 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 52d6e0a375..df548783f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Security", "5.6.7") { + library("Spring Security", "5.6.8-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"