Skip to content

Commit

Permalink
Depend on Micrometer v1.14.0 (#3931)
Browse files Browse the repository at this point in the history
Depend on Micrometer 1.14.0
Depend on Micrometer Tracing 1.4.0
  • Loading branch information
violetagg authored Nov 12, 2024
1 parent a71384f commit 0b4f036
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 @@ -13,9 +13,9 @@ baselinePerfExtra = "3.5.2"

# Other shared versions
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.14.0-RC1"
micrometer = "1.14.0"
micrometerDocsGenerator = "1.0.4"
micrometerTracingTest="1.4.0-RC1"
micrometerTracingTest="1.4.0"
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 @@ -29,9 +29,9 @@ dependencyResolutionManagement {
versionCatalogs {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.14.0-SNAPSHOT')
version('micrometer', '1.14.1-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.5-SNAPSHOT")
version('micrometerTracingTest', "1.4.0-SNAPSHOT")
version('micrometerTracingTest', "1.4.1-SNAPSHOT")
version('contextPropagation', "1.1.3-SNAPSHOT")
}
}
Expand Down

0 comments on commit 0b4f036

Please sign in to comment.