Skip to content

Commit 917f3ad

Browse files
committed
Upgrade to Reactor 2020.0.3
Closes gh-26367
1 parent 2fd6e6e commit 917f3ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configure(allprojects) { project ->
2727
imports {
2828
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0"
2929
mavenBom "io.netty:netty-bom:4.1.56.Final"
30-
mavenBom "io.projectreactor:reactor-bom:2020.0.3-SNAPSHOT"
30+
mavenBom "io.projectreactor:reactor-bom:2020.0.3"
3131
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8"
3232
mavenBom "io.rsocket:rsocket-bom:1.1.0"
3333
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
@@ -291,7 +291,6 @@ configure(allprojects) { project ->
291291
repositories {
292292
mavenCentral()
293293
maven { url "https://repo.spring.io/libs-spring-framework-build" }
294-
maven { url "https://repo.spring.io/snapshot" } // Reactor
295294
}
296295
}
297296
configurations.all {

0 commit comments

Comments
 (0)