File tree 3 files changed +10
-10
lines changed
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.7.1 "
35
- testCompile "io.projectreactor:reactor-test:3.7.1 "
34
+ compile "io.projectreactor:reactor-core:3.7.2 "
35
+ testCompile "io.projectreactor:reactor-test:3.7.2 "
36
36
37
37
// Alternatively, use the following for latest snapshot artifacts in this line
38
- // compile "io.projectreactor:reactor-core:3.7.2 -SNAPSHOT"
39
- // testCompile "io.projectreactor:reactor-test:3.7.2 -SNAPSHOT"
38
+ // compile "io.projectreactor:reactor-core:3.7.3 -SNAPSHOT"
39
+ // testCompile "io.projectreactor:reactor-test:3.7.3 -SNAPSHOT"
40
40
41
41
// Optionally, use `reactor-tools` to help debugging reactor code
42
- // implementation "io.projectreactor:reactor-tools:3.7.1 "
42
+ // implementation "io.projectreactor:reactor-tools:3.7.2 "
43
43
}
44
44
```
45
45
Original file line number Diff line number Diff line change 1
- version =3.7.2-SNAPSHOT
2
- bomVersion =2024.0.1
3
- metricsMicrometerVersion =1.2.2-SNAPSHOT
1
+ version =3.7.2
2
+ bomVersion =2024.0.2
3
+ metricsMicrometerVersion =1.2.2
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.2"
14
14
15
15
# Other shared versions
16
16
# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17
- micrometer = " 1.14.2 "
17
+ micrometer = " 1.14.3 "
18
18
micrometerDocsGenerator = " 1.0.4"
19
- micrometerTracingTest =" 1.4.1 "
19
+ micrometerTracingTest =" 1.4.2 "
20
20
contextPropagation =" 1.1.2"
21
21
kotlin = " 1.8.22"
22
22
reactiveStreams = " 1.0.4"
You can’t perform that action at this time.
0 commit comments