Skip to content

Commit f3fd8f9

Browse files
simonbaslesbrannen
authored andcommitted
Update Reactor BOM to 2022.0.0-M2
Closes gh-28365
1 parent f7d032c commit f3fd8f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configure(allprojects) { project ->
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.13.1"
3131
mavenBom "io.netty:netty-bom:4.1.76.Final"
32-
mavenBom "io.projectreactor:reactor-bom:2020.0.18"
32+
mavenBom "io.projectreactor:reactor-bom:2022.0.0-M2"
3333
mavenBom "io.r2dbc:r2dbc-bom:Borca-SR1"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.2"
3535
mavenBom "org.eclipse.jetty:jetty-bom:11.0.9"
@@ -250,6 +250,7 @@ configure(allprojects) { project ->
250250
repositories {
251251
mavenCentral()
252252
maven { url "https://repo.spring.io/libs-spring-framework-build" }
253+
maven { url "https://repo.spring.io/milestone"}
253254
}
254255
}
255256
configurations.all {

0 commit comments

Comments
 (0)