From 526af5a79005765ee60250ea8da25c20500310eb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 15:55:14 +0200 Subject: [PATCH 1/2] Upgrade to Reactor Dysprosium-SR20 Closes gh-26424 --- 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 b0eb5c8e3e3..0e542f2bb1e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR20") { group("io.projectreactor") { imports = [ "reactor-bom" From c50afc69bd4922f686338554461a9b93211156ea Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 May 2021 15:55:56 +0200 Subject: [PATCH 2/2] Upgrade to Reactor 2020.0.7 Closes gh-26358 --- 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 edeaf4e5834..060a1a2add4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1322,7 +1322,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.7-SNAPSHOT") { + library("Reactor Bom", "2020.0.7") { group("io.projectreactor") { imports = [ "reactor-bom"