From 79fd0ad30a82b0db657b14a3897c6c02fee1233a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:41:37 +0100 Subject: [PATCH 1/5] Upgrade to Reactor 2020.0.15 Closes gh-29309 --- 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 71fa07d944..639199bddb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.14") { + library("Reactor Bom", "2020.0.15") { group("io.projectreactor") { imports = [ "reactor-bom" From 72e72bda672c2f9a5e00c041ead7152288eb5ed7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:42:01 +0100 Subject: [PATCH 2/5] Start building against Micrometer 1.7.8 snapshots See gh-29310 --- 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 639199bddb..0125ecae12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1213,7 +1213,7 @@ bom { ] } } - library("Micrometer", "1.7.7") { + library("Micrometer", "1.7.8-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 53fcf0971e89b21ce54d6b567fd29d343344e232 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:42:25 +0100 Subject: [PATCH 3/5] Start building against Spring AMQP 2.3.14 snapshots See gh-29312 --- 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 0125ecae12..2e2a43f63c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.3.13") { + library("Spring AMQP", "2.3.14-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 116427c78e48995f39e3a4b01e7f88e01243ea34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:42:49 +0100 Subject: [PATCH 4/5] Start building against Spring Kafka 2.7.10 snapshots See gh-29313 --- 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 2e2a43f63c..d98f9cde4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1690,7 +1690,7 @@ bom { ] } } - library("Spring Kafka", "2.7.9") { + library("Spring Kafka", "2.7.10-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From c2925f8e842a251ced5603219e569131842644d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:43:16 +0100 Subject: [PATCH 5/5] Start building against Spring Integration 5.5.8 snapshots See gh-29314 --- 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 d98f9cde4f..aaf56e6d46 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1683,7 +1683,7 @@ bom { ] } } - library("Spring Integration", "5.5.7") { + library("Spring Integration", "5.5.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"