From 9f9faf7435f7390d097e4c68ed7c8abdff8fc955 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 12:20:10 +0000 Subject: [PATCH] Start building against Reactor Bom 2022.0.13 snapshots See gh-38292 --- 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 6210492a68..8760086d36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1166,7 +1166,7 @@ bom { ] } } - library("Reactor Bom", "2022.0.12") { + library("Reactor Bom", "2022.0.13-SNAPSHOT") { considerSnapshots() calendarName = "Reactor" group("io.projectreactor") {