From 126c3cf0d80069dd2e4db1892a1babc3b33cbd4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Sep 2022 08:28:34 +0200 Subject: [PATCH] Start building against Rector 2020.0.23 snapshots See 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 f9227be5c82..7c88f777b60 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.22") { + library("Reactor Bom", "2020.0.23-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"