Skip to content

Commit

Permalink
Upgrade to Reactor 2020.0.20
Browse files Browse the repository at this point in the history
Closes gh-28612
  • Loading branch information
snicoll committed Jun 13, 2022
1 parent 27738cc commit e3b2887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -29,7 +29,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6"
mavenBom "io.netty:netty-bom:4.1.77.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.19"
mavenBom "io.projectreactor:reactor-bom:2020.0.20-SNAPSHOT"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
mavenBom "io.rsocket:rsocket-bom:1.1.2"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.46.v20220331"
Expand Down Expand Up @@ -292,6 +292,7 @@ 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 e3b2887

Please sign in to comment.