Skip to content

Commit de6180b

Browse files
committed
Upgrade to Reactor 2020.0.19
Includes Netty 4.1.77 and RxJava 3.1.4. Closes gh-28437
1 parent 1c10cdd commit de6180b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ configure(allprojects) { project ->
2828
dependencyManagement {
2929
imports {
3030
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.6"
31-
mavenBom "io.netty:netty-bom:4.1.76.Final"
32-
mavenBom "io.projectreactor:reactor-bom:2020.0.18"
31+
mavenBom "io.netty:netty-bom:4.1.77.Final"
32+
mavenBom "io.projectreactor:reactor-bom:2020.0.19"
3333
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR13"
3434
mavenBom "io.rsocket:rsocket-bom:1.1.2"
3535
mavenBom "org.eclipse.jetty:jetty-bom:9.4.46.v20220331"
@@ -67,7 +67,7 @@ configure(allprojects) { project ->
6767
dependency "io.reactivex:rxjava:1.3.8"
6868
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
6969
dependency "io.reactivex.rxjava2:rxjava:2.2.21"
70-
dependency "io.reactivex.rxjava3:rxjava:3.1.3"
70+
dependency "io.reactivex.rxjava3:rxjava:3.1.4"
7171
dependency "io.smallrye.reactive:mutiny:1.4.0"
7272
dependency "io.projectreactor.tools:blockhound:1.0.6.RELEASE"
7373

0 commit comments

Comments
 (0)