We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710f00f commit 3ec9ceeCopy full SHA for 3ec9cee
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1928,13 +1928,11 @@ bom {
1928
]
1929
}
1930
1931
- library("Reactor Bom", "2024.0.7") {
+ library("Reactor Bom", "2025.0.0-SNAPSHOT") {
1932
considerSnapshots()
1933
calendarName = "Reactor"
1934
group("io.projectreactor") {
1935
- bom("reactor-bom") {
1936
- permit("org.reactivestreams:reactive-streams")
1937
- }
+ bom("reactor-bom")
1938
1939
links {
1940
site("https://projectreactor.io")
0 commit comments