Skip to content

Commit f75cebd

Browse files
committed
Start building against Reactor Reactor 2020.0.47 snapshots
See gh-33322
1 parent 26f2dad commit f75cebd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
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.12.7"
3131
mavenBom "io.netty:netty-bom:4.1.111.Final"
32-
mavenBom "io.projectreactor:reactor-bom:2020.0.45"
32+
mavenBom "io.projectreactor:reactor-bom:2020.0.47-SNAPSHOT"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.3"
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.54.v20240208"
@@ -291,6 +291,7 @@ configure(allprojects) { project ->
291291
}
292292
repositories {
293293
mavenCentral()
294+
maven { url "https://repo.spring.io/snapshot" } // reactor
294295
maven { url "https://repo.spring.io/libs-spring-framework-build" }
295296
}
296297
}

0 commit comments

Comments
 (0)