From 98964990d45476ad308180c5f0cfaff67de6d62d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2021 08:47:30 +0100 Subject: [PATCH 1/2] Upgrade to Reactor Dysprosium-SR17 Closes gh-25280 --- 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 09c9293272..71183c48b4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1432,7 +1432,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { + library("Reactor Bom", "Dysprosium-SR17") { group("io.projectreactor") { imports = [ "reactor-bom" From dcbc3a29aa02e90826fd33ac49dae93763e44bae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Feb 2021 08:49:23 +0100 Subject: [PATCH 2/2] Upgrade to Reactor 2020.0.4 Closes gh-25286 --- 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 45b866fe25..5c946a3a29 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1321,7 +1321,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.4-SNAPSHOT") { + library("Reactor Bom", "2020.0.4") { group("io.projectreactor") { imports = [ "reactor-bom"