Skip to content

Commit

Permalink
Update micrometer, micrometerTracing, contextPropagation (#3637)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pderop authored Nov 13, 2023
1 parent 373349c commit bd7564e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ baselinePerfExtra = "3.5.1"
# Other shared versions
asciidoctor = "3.3.2"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.12.0-RC1"
micrometer = "1.12.0"
micrometerDocsGenerator = "1.0.2"
micrometerTracingTest="1.2.0-RC1"
contextPropagation="1.1.0-RC1"
micrometerTracingTest="1.2.0"
contextPropagation="1.1.0"
kotlin = "1.5.32"
reactiveStreams = "1.0.4"

Expand Down

0 comments on commit bd7564e

Please sign in to comment.