File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ repositories {
3333}
3434
3535dependencies {
36- compile "io.projectreactor:reactor-core:3.4.40 "
37- testCompile "io.projectreactor:reactor-test:3.4.40 "
36+ compile "io.projectreactor:reactor-core:3.4.41 "
37+ testCompile "io.projectreactor:reactor-test:3.4.41 "
3838
3939 // Alternatively, use the following for latest snapshot artifacts in this line
40- // compile "io.projectreactor:reactor-core:3.4.41 -SNAPSHOT"
41- // testCompile "io.projectreactor:reactor-test:3.4.41 -SNAPSHOT"
40+ // compile "io.projectreactor:reactor-core:3.4.42 -SNAPSHOT"
41+ // testCompile "io.projectreactor:reactor-test:3.4.42 -SNAPSHOT"
4242
4343 // Optionally, use `reactor-tools` to help debugging reactor code
44- // implementation "io.projectreactor:reactor-tools:3.4.40 "
44+ // implementation "io.projectreactor:reactor-tools:3.4.41 "
4545}
4646```
4747
Original file line number Diff line number Diff line change 1- version =3.4.41-SNAPSHOT
2- bomVersion =2020.0.46
1+ version =3.4.41
2+ bomVersion =2020.0.47
33
44org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments