File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ repositories {
33
33
}
34
34
35
35
dependencies {
36
- compile "io.projectreactor:reactor-core:3.4.22 "
37
- testCompile "io.projectreactor:reactor-test:3.4.22 "
36
+ compile "io.projectreactor:reactor-core:3.4.23 "
37
+ testCompile "io.projectreactor:reactor-test:3.4.23 "
38
38
39
39
// Alternatively, use the following for latest snapshot artifacts in this line
40
- // compile "io.projectreactor:reactor-core:3.4.23 -SNAPSHOT"
41
- // testCompile "io.projectreactor:reactor-test:3.4.23 -SNAPSHOT"
40
+ // compile "io.projectreactor:reactor-core:3.4.24 -SNAPSHOT"
41
+ // testCompile "io.projectreactor:reactor-test:3.4.24 -SNAPSHOT"
42
42
43
43
// Optionally, use `reactor-tools` to help debugging reactor code
44
- // implementation "io.projectreactor:reactor-tools:3.4.22 "
44
+ // implementation "io.projectreactor:reactor-tools:3.4.23 "
45
45
}
46
46
```
47
47
Original file line number Diff line number Diff line change 1
- version =3.4.23-SNAPSHOT
2
- bomVersion =2020.0.22
1
+ version =3.4.23
2
+ bomVersion =2020.0.23
You can’t perform that action at this time.
0 commit comments