File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ configure(allprojects) { project ->
28
28
dependencyManagement {
29
29
imports {
30
30
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 "
33
33
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR13"
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.2"
35
35
mavenBom " org.eclipse.jetty:jetty-bom:9.4.46.v20220331"
@@ -67,7 +67,7 @@ configure(allprojects) { project ->
67
67
dependency " io.reactivex:rxjava:1.3.8"
68
68
dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
69
69
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 "
71
71
dependency " io.smallrye.reactive:mutiny:1.4.0"
72
72
dependency " io.projectreactor.tools:blockhound:1.0.6.RELEASE"
73
73
You can’t perform that action at this time.
0 commit comments