From ab1748f06f494b85bbe02335d55fe6591cca5c1a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 19:42:57 +0100 Subject: [PATCH 1/2] Upgrade to Reactor 2020.0.13 Closes gh-28505 --- 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 302c345c6341..d88984e4f8b1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1335,7 +1335,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.13-SNAPSHOT") { + library("Reactor Bom", "2020.0.13") { group("io.projectreactor") { imports = [ "reactor-bom" From e5b168a2274ad496f29010ab9a821426aa947aaa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Nov 2021 19:43:48 +0100 Subject: [PATCH 2/2] Upgrade to Reactor 2020.0.13 Closes gh-28505 --- 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 e690074b2aa9..58ed5dd95abc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1423,7 +1423,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.13-SNAPSHOT") { + library("Reactor Bom", "2020.0.13") { group("io.projectreactor") { imports = [ "reactor-bom"