File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
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.8 "
35
- testCompile "io.projectreactor:reactor-test:3.6.8 "
34
+ compile "io.projectreactor:reactor-core:3.6.9 "
35
+ testCompile "io.projectreactor:reactor-test:3.6.9 "
36
36
37
37
// Alternatively, use the following for latest snapshot artifacts in this line
38
- // compile "io.projectreactor:reactor-core:3.6.9 -SNAPSHOT"
39
- // testCompile "io.projectreactor:reactor-test:3.6.9 -SNAPSHOT"
38
+ // compile "io.projectreactor:reactor-core:3.6.10 -SNAPSHOT"
39
+ // testCompile "io.projectreactor:reactor-test:3.6.10 -SNAPSHOT"
40
40
41
41
// Optionally, use `reactor-tools` to help debugging reactor code
42
- // implementation "io.projectreactor:reactor-tools:3.6.8 "
42
+ // implementation "io.projectreactor:reactor-tools:3.6.9 "
43
43
}
44
44
```
45
45
Original file line number Diff line number Diff line change 1
- version =3.6.9-SNAPSHOT
2
- bomVersion =2023.0.8
3
- metricsMicrometerVersion =1.1.9-SNAPSHOT
1
+ version =3.6.9
2
+ bomVersion =2023.0.9
3
+ metricsMicrometerVersion =1.1.9
4
4
5
5
org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.1"
14
14
# Other shared versions
15
15
asciidoctor = " 4.0.3"
16
16
# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17
- micrometer = " 1.12.8 "
17
+ micrometer = " 1.12.9 "
18
18
micrometerDocsGenerator = " 1.0.3"
19
- micrometerTracingTest =" 1.2.8 "
19
+ micrometerTracingTest =" 1.2.9 "
20
20
contextPropagation =" 1.1.1"
21
21
kotlin = " 1.8.22"
22
22
reactiveStreams = " 1.0.4"
You can’t perform that action at this time.
0 commit comments