File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ repositories {
28
28
}
29
29
30
30
dependencies {
31
- compile "io.projectreactor:reactor-core:3.6.15 "
32
- testCompile "io.projectreactor:reactor-test:3.6.15 "
31
+ compile "io.projectreactor:reactor-core:3.6.16 "
32
+ testCompile "io.projectreactor:reactor-test:3.6.16 "
33
33
34
34
// Alternatively, use the following for latest snapshot artifacts in this line
35
- // compile "io.projectreactor:reactor-core:3.6.16 -SNAPSHOT"
36
- // testCompile "io.projectreactor:reactor-test:3.6.16 -SNAPSHOT"
35
+ // compile "io.projectreactor:reactor-core:3.6.17 -SNAPSHOT"
36
+ // testCompile "io.projectreactor:reactor-test:3.6.17 -SNAPSHOT"
37
37
38
38
// Optionally, use `reactor-tools` to help debugging reactor code
39
- // implementation "io.projectreactor:reactor-tools:3.6.15 "
39
+ // implementation "io.projectreactor:reactor-tools:3.6.16 "
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change 1
- version =3.6.16-SNAPSHOT
2
- bomVersion =2023.0.16
3
- metricsMicrometerVersion =1.1.16-SNAPSHOT
1
+ version =3.6.16
2
+ bomVersion =2023.0.17
3
+ metricsMicrometerVersion =1.1.16
4
4
5
5
org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ asciidoctor = "4.0.4"
17
17
micrometer = " 1.12.13"
18
18
micrometerDocsGenerator = " 1.0.4"
19
19
micrometerTracingTest =" 1.2.12"
20
- contextPropagation =" 1.1.2 "
20
+ contextPropagation =" 1.1.3 "
21
21
kotlin = " 1.8.22"
22
22
reactiveStreams = " 1.0.4"
23
23
You can’t perform that action at this time.
0 commit comments