From d45903060d9932e8d2fe70381c2c390e04db5b61 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:49 +0200 Subject: [PATCH] Upgrade to Reactor Bom 2020.0.34 Closes gh-36172 --- 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 e356fa33572..ef834f147a4 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.34-SNAPSHOT") { + library("Reactor Bom", "2020.0.34") { group("io.projectreactor") { imports = [ "reactor-bom"