File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ repositories {
3131}
3232
3333dependencies {
34- compile "io.projectreactor:reactor-core:3.5.19 "
35- testCompile "io.projectreactor:reactor-test:3.5.19 "
34+ compile "io.projectreactor:reactor-core:3.5.20 "
35+ testCompile "io.projectreactor:reactor-test:3.5.20 "
3636
3737 // Alternatively, use the following for latest snapshot artifacts in this line
38- // compile "io.projectreactor:reactor-core:3.5.20 -SNAPSHOT"
39- // testCompile "io.projectreactor:reactor-test:3.5.20 -SNAPSHOT"
38+ // compile "io.projectreactor:reactor-core:3.5.21 -SNAPSHOT"
39+ // testCompile "io.projectreactor:reactor-test:3.5.21 -SNAPSHOT"
4040
4141 // Optionally, use `reactor-tools` to help debugging reactor code
42- // implementation "io.projectreactor:reactor-tools:3.5.19 "
42+ // implementation "io.projectreactor:reactor-tools:3.5.20 "
4343}
4444```
4545
Original file line number Diff line number Diff line change 1- version =3.5.20-SNAPSHOT
2- bomVersion =2022.0.21
3- metricsMicrometerVersion =1.0.20-SNAPSHOT
1+ version =3.5.20
2+ bomVersion =2022.0.22
3+ metricsMicrometerVersion =1.0.20
44
55org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments