From dc4d850b16248467077be002597ea26a1333ebb4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 08:18:40 +0200 Subject: [PATCH] Upgrade to Rector 2020.0.23 Closes gh-32266 --- 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 61b63cd1ac6..958b1a2fbcf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.23-SNAPSHOT") { + library("Reactor Bom", "2020.0.23") { group("io.projectreactor") { imports = [ "reactor-bom"