Skip to content

Commit 3ec9cee

Browse files
committed
Start building against Reactor 2025.0.0-M5 snapshots
See gh-46046
1 parent 710f00f commit 3ec9cee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,13 +1928,11 @@ bom {
19281928
]
19291929
}
19301930
}
1931-
library("Reactor Bom", "2024.0.7") {
1931+
library("Reactor Bom", "2025.0.0-SNAPSHOT") {
19321932
considerSnapshots()
19331933
calendarName = "Reactor"
19341934
group("io.projectreactor") {
1935-
bom("reactor-bom") {
1936-
permit("org.reactivestreams:reactive-streams")
1937-
}
1935+
bom("reactor-bom")
19381936
}
19391937
links {
19401938
site("https://projectreactor.io")

0 commit comments

Comments
 (0)