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 {
31
31
}
32
32
33
33
dependencies {
34
- compile "io.projectreactor:reactor-core:3.6.13 "
35
- testCompile "io.projectreactor:reactor-test:3.6.13 "
34
+ compile "io.projectreactor:reactor-core:3.6.14 "
35
+ testCompile "io.projectreactor:reactor-test:3.6.14 "
36
36
37
37
// Alternatively, use the following for latest snapshot artifacts in this line
38
- // compile "io.projectreactor:reactor-core:3.6.14 -SNAPSHOT"
39
- // testCompile "io.projectreactor:reactor-test:3.6.14 -SNAPSHOT"
38
+ // compile "io.projectreactor:reactor-core:3.6.15 -SNAPSHOT"
39
+ // testCompile "io.projectreactor:reactor-test:3.6.15 -SNAPSHOT"
40
40
41
41
// Optionally, use `reactor-tools` to help debugging reactor code
42
- // implementation "io.projectreactor:reactor-tools:3.6.13 "
42
+ // implementation "io.projectreactor:reactor-tools:3.6.14 "
43
43
}
44
44
```
45
45
Original file line number Diff line number Diff line change 1
- version =3.6.14-SNAPSHOT
2
- bomVersion =2023.0.13
3
- metricsMicrometerVersion =1.1.14-SNAPSHOT
1
+ version =3.6.14
2
+ bomVersion =2023.0.15
3
+ metricsMicrometerVersion =1.1.14
4
4
5
5
org.gradle.parallel =true
You can’t perform that action at this time.
0 commit comments