File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- compile "io.projectreactor:reactor-core:3.7.4 "
29
- testCompile "io.projectreactor:reactor-test:3.7.4 "
28
+ compile "io.projectreactor:reactor-core:3.8.0-M1 "
29
+ testCompile "io.projectreactor:reactor-test:3.8.0-M1 "
30
30
31
31
// Alternatively, use the following for latest snapshot artifacts in this line
32
- // compile "io.projectreactor:reactor-core:3.7.5 -SNAPSHOT"
33
- // testCompile "io.projectreactor:reactor-test:3.7.5 -SNAPSHOT"
32
+ // compile "io.projectreactor:reactor-core:3.8.0 -SNAPSHOT"
33
+ // testCompile "io.projectreactor:reactor-test:3.8.0 -SNAPSHOT"
34
34
35
35
// Optionally, use `reactor-tools` to help debugging reactor code
36
- // implementation "io.projectreactor:reactor-tools:3.7.4 "
36
+ // implementation "io.projectreactor:reactor-tools:3.8.0-M1 "
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change 1
- version =3.8.0-SNAPSHOT
2
- bomVersion =2025.0.0-SNAPSHOT
3
- metricsMicrometerVersion =1.3.0-SNAPSHOT
1
+ version =3.8.0-M1
2
+ bomVersion =2025.0.0-M1
3
+ metricsMicrometerVersion =1.3.0-M1
4
4
5
5
org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments