Skip to content

Commit

Permalink
Upgrade to Reactor 2020.0.3
Browse files Browse the repository at this point in the history
Closes gh-26367
  • Loading branch information
snicoll committed Jan 11, 2021
1 parent 2fd6e6e commit 917f3ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.0"
mavenBom "io.netty:netty-bom:4.1.56.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.3-SNAPSHOT"
mavenBom "io.projectreactor:reactor-bom:2020.0.3"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR8"
mavenBom "io.rsocket:rsocket-bom:1.1.0"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
Expand Down Expand Up @@ -291,7 +291,6 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
}
configurations.all {
Expand Down

0 comments on commit 917f3ad

Please sign in to comment.