Skip to content

Commit bd7564e

Browse files
authored
Update micrometer, micrometerTracing, contextPropagation (#3637)
For upcoming reactor-core 3.6.0 release, update micrometer to 1.12.0, micrometerTracingTest to 1.2.0, and contextPropagation to 1.1.0
1 parent 373349c commit bd7564e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ baselinePerfExtra = "3.5.1"
1414
# Other shared versions
1515
asciidoctor = "3.3.2"
1616
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17-
micrometer = "1.12.0-RC1"
17+
micrometer = "1.12.0"
1818
micrometerDocsGenerator = "1.0.2"
19-
micrometerTracingTest="1.2.0-RC1"
20-
contextPropagation="1.1.0-RC1"
19+
micrometerTracingTest="1.2.0"
20+
contextPropagation="1.1.0"
2121
kotlin = "1.5.32"
2222
reactiveStreams = "1.0.4"
2323

0 commit comments

Comments
 (0)