File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
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.7.3 "
32
- testCompile "io.projectreactor:reactor-test:3.7.3 "
31
+ compile "io.projectreactor:reactor-core:3.7.4 "
32
+ testCompile "io.projectreactor:reactor-test:3.7.4 "
33
33
34
34
// Alternatively, use the following for latest snapshot artifacts in this line
35
- // compile "io.projectreactor:reactor-core:3.7.4 -SNAPSHOT"
36
- // testCompile "io.projectreactor:reactor-test:3.7.4 -SNAPSHOT"
35
+ // compile "io.projectreactor:reactor-core:3.7.5 -SNAPSHOT"
36
+ // testCompile "io.projectreactor:reactor-test:3.7.5 -SNAPSHOT"
37
37
38
38
// Optionally, use `reactor-tools` to help debugging reactor code
39
- // implementation "io.projectreactor:reactor-tools:3.7.3 "
39
+ // implementation "io.projectreactor:reactor-tools:3.7.4 "
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change 1
- version =3.7.4-SNAPSHOT
2
- bomVersion =2024.0.3
3
- metricsMicrometerVersion =1.2.4-SNAPSHOT
1
+ version =3.7.4
2
+ bomVersion =2024.0.4
3
+ metricsMicrometerVersion =1.2.4
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.4 "
17
+ micrometer = " 1.14.5 "
18
18
micrometerDocsGenerator = " 1.0.4"
19
- micrometerTracingTest =" 1.4.3 "
19
+ micrometerTracingTest =" 1.4.4 "
20
20
contextPropagation =" 1.1.2"
21
21
kotlin = " 1.8.22"
22
22
reactiveStreams = " 1.0.4"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ dependencyResolutionManagement {
29
29
versionCatalogs {
30
30
libs {
31
31
if (System . getProperty(" useSnapshotMicrometerVersion" )) {
32
- version(' micrometer' , ' 1.14.5 -SNAPSHOT' )
32
+ version(' micrometer' , ' 1.14.6 -SNAPSHOT' )
33
33
version(' micrometerDocsGenerator' , " 1.0.5-SNAPSHOT" )
34
- version(' micrometerTracingTest' , " 1.4.4 -SNAPSHOT" )
34
+ version(' micrometerTracingTest' , " 1.4.5 -SNAPSHOT" )
35
35
version(' contextPropagation' , " 1.1.3-SNAPSHOT" )
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments