From c5d4ca933bdd03d4bfbb337c7d61f834e6bfb963 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jan 2021 15:00:11 +0100 Subject: [PATCH] Upgrade to Reactor Dysprosium-SR16 Closes gh-24765 --- 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 4dbb494c04..2a767e6ce0 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-SR15") { + library("Reactor Bom", "Dysprosium-SR16") { group("io.projectreactor") { imports = [ "reactor-bom"