File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ configure(allprojects) { project ->
29
29
imports {
30
30
mavenBom " com.fasterxml.jackson:jackson-bom:2.12.6"
31
31
mavenBom " io.netty:netty-bom:4.1.72.Final"
32
- mavenBom " io.projectreactor:reactor-bom:2020.0.14 "
32
+ mavenBom " io.projectreactor:reactor-bom:2020.0.15-SNAPSHOT "
33
33
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR11"
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.1"
35
35
mavenBom " org.eclipse.jetty:jetty-bom:9.4.44.v20210927"
@@ -292,6 +292,7 @@ configure(allprojects) { project ->
292
292
repositories {
293
293
mavenCentral()
294
294
maven { url " https://repo.spring.io/libs-spring-framework-build" }
295
+ maven { url " https://repo.spring.io/snapshot" } // reactor
295
296
}
296
297
}
297
298
configurations. all {
You can’t perform that action at this time.
0 commit comments