From 00a481e4e9c306ba3468fff03aa75d8b297d04b3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Apr 2022 09:17:43 +0200 Subject: [PATCH] Upgrade to Reactor 2020.0.18 Closes gh-30604 --- 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 65eccc284df..4ef05346b94 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.18-SNAPSHOT") { + library("Reactor Bom", "2020.0.18") { group("io.projectreactor") { imports = [ "reactor-bom"