File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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.2"
16
16
# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17
- micrometer = " 1.12.7 "
17
+ micrometer = " 1.12.8 "
18
18
micrometerDocsGenerator = " 1.0.3"
19
- micrometerTracingTest =" 1.2.7 "
19
+ micrometerTracingTest =" 1.2.8 "
20
20
contextPropagation =" 1.1.1"
21
21
kotlin = " 1.8.22"
22
22
reactiveStreams = " 1.0.4"
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ dependencyResolutionManagement {
25
25
versionCatalogs {
26
26
libs {
27
27
if (System . getProperty(" useSnapshotMicrometerVersion" )) {
28
- version(' micrometer' , ' 1.12.8 -SNAPSHOT' )
28
+ version(' micrometer' , ' 1.12.9 -SNAPSHOT' )
29
29
version(' micrometerDocsGenerator' , " 1.0.4-SNAPSHOT" )
30
- version(' micrometerTracingTest' , " 1.2.8 -SNAPSHOT" )
30
+ version(' micrometerTracingTest' , " 1.2.9 -SNAPSHOT" )
31
31
version(' contextPropagation' , " 1.1.2-SNAPSHOT" )
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments