| @@ -31,15 +31,15 @@ repositories { |
|
|
| 31 |
31 |
} |
| 32 |
32 |
|
| 33 |
33 |
dependencies { |
| 34 |
|
- compile "io.projectreactor:reactor-core:3.5.8" |
| 35 |
|
- testCompile "io.projectreactor:reactor-test:3.5.8" |
|
34 |
+ compile "io.projectreactor:reactor-core:3.5.9" |
|
35 |
+ testCompile "io.projectreactor:reactor-test:3.5.9" |
| 36 |
36 |
|
| 37 |
37 |
// Alternatively, use the following for latest snapshot artifacts in this line |
| 38 |
|
- // compile "io.projectreactor:reactor-core:3.5.9-SNAPSHOT" |
| 39 |
|
- // testCompile "io.projectreactor:reactor-test:3.5.9-SNAPSHOT" |
|
38 |
+ // compile "io.projectreactor:reactor-core:3.5.10-SNAPSHOT" |
|
39 |
+ // testCompile "io.projectreactor:reactor-test:3.5.10-SNAPSHOT" |
| 40 |
40 |
|
| 41 |
41 |
// Optionally, use `reactor-tools` to help debugging reactor code |
| 42 |
|
- // implementation "io.projectreactor:reactor-tools:3.5.8" |
|
42 |
+ // implementation "io.projectreactor:reactor-tools:3.5.9" |
| 43 |
43 |
} |
| 44 |
44 |
``` |
| 45 |
45 |
|