Skip to content

Commit

Permalink
Depend on Micrometer v1.12.12 (#3930)
Browse files Browse the repository at this point in the history
Depend on Micrometer 1.12.12
Depend on Micrometer Tracing 1.2.12
  • Loading branch information
violetagg authored Nov 12, 2024
1 parent 7c47309 commit 7817209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.2"
# Other shared versions
asciidoctor = "4.0.3"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.12.11"
micrometer = "1.12.12"
micrometerDocsGenerator = "1.0.4"
micrometerTracingTest="1.2.11"
micrometerTracingTest="1.2.12"
contextPropagation="1.1.2"
kotlin = "1.8.22"
reactiveStreams = "1.0.4"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.12.12-SNAPSHOT')
version('micrometer', '1.12.13-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.5-SNAPSHOT")
version('micrometerTracingTest', "1.2.12-SNAPSHOT")
version('micrometerTracingTest', "1.2.13-SNAPSHOT")
version('contextPropagation', "1.1.3-SNAPSHOT")
}
}
Expand Down

0 comments on commit 7817209

Please sign in to comment.