From cdb666c35a644597470e2ae575673d6f585b910b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 10:16:17 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2020.0.31 Closes gh-34856 --- 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 79efdb247c0a..916390d2b02b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1486,7 +1486,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.31-SNAPSHOT") { + library("Reactor Bom", "2020.0.31") { group("io.projectreactor") { imports = [ "reactor-bom"