From 79fd0ad30a82b0db657b14a3897c6c02fee1233a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:41:37 +0100 Subject: [PATCH 01/11] 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 02/11] 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 03/11] 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 04/11] 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 05/11] 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" From 17b0ac61aab2a9785c0ebd10eb15c78137e0003f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:51:06 +0100 Subject: [PATCH 06/11] Upgrade to Reactor 2020.0.15 Closes gh-29315 --- 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 86a110dfa6..ecdd5e30ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.14") { + library("Reactor Bom", "2020.0.15") { group("io.projectreactor") { imports = [ "reactor-bom" From 2da271a240ea45ed1a822f41eab5f01806a5698c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:51:37 +0100 Subject: [PATCH 07/11] Start building against Micrometer 1.8.2 snapshots See gh-29316 --- 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 ecdd5e30ab..8edff7de2b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1225,7 +1225,7 @@ bom { ] } } - library("Micrometer", "1.8.1") { + library("Micrometer", "1.8.2-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From b05f435b275a7b74f8dad70ae3f02088cc03180d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:53:02 +0100 Subject: [PATCH 08/11] Start building against Spring Data 2021.1.1 snapshots See gh-29317 --- 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 8edff7de2b..3b410b4963 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.0") { + library("Spring Data Bom", "2021.1.1-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From ef4915ee554d2e61670cb68f762b19dac20cd44c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:53:43 +0100 Subject: [PATCH 09/11] Start building against Spring AMQP 2.4.2 snapshots See gh-29318 --- 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 3b410b4963..73d5b632c2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1620,7 +1620,7 @@ bom { ] } } - library("Spring AMQP", "2.4.1") { + library("Spring AMQP", "2.4.2-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 504421c4a5b22647f93d69106767274f7f2543f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:54:31 +0100 Subject: [PATCH 10/11] Start building against Spring Kafka 2.8.2 snapshots See gh-29319 --- 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 73d5b632c2..13fea5d50d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Kafka", "2.8.1") { + library("Spring Kafka", "2.8.2-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From b9716ca4ee2a235488c6b9178701a38b81fcea63 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jan 2022 16:55:13 +0100 Subject: [PATCH 11/11] Start building against Spring Integration 5.5.8 snapshots See gh-29320 --- 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 13fea5d50d..673bba5486 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring Integration", "5.5.7") { + library("Spring Integration", "5.5.8-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"