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.27 "
37- testCompile "io.projectreactor:reactor-test:3.4.27 "
36+ compile "io.projectreactor:reactor-core:3.4.28 "
37+ testCompile "io.projectreactor:reactor-test:3.4.28 "
3838
3939 // Alternatively, use the following for latest snapshot artifacts in this line
40- // compile "io.projectreactor:reactor-core:3.4.28 -SNAPSHOT"
41- // testCompile "io.projectreactor:reactor-test:3.4.28 -SNAPSHOT"
40+ // compile "io.projectreactor:reactor-core:3.4.29 -SNAPSHOT"
41+ // testCompile "io.projectreactor:reactor-test:3.4.29 -SNAPSHOT"
4242
4343 // Optionally, use `reactor-tools` to help debugging reactor code
44- // implementation "io.projectreactor:reactor-tools:3.4.27 "
44+ // implementation "io.projectreactor:reactor-tools:3.4.28 "
4545}
4646```
4747
Original file line number Diff line number Diff line change 1- version =3.4.28-SNAPSHOT
2- bomVersion =2020.0.28
1+ version =3.4.28
2+ bomVersion =2020.0.30
You can’t perform that action at this time.
0 commit comments