Skip to content

Commit

Permalink
Depend on Micrometer 1.15.0-M2
Browse files Browse the repository at this point in the history
Signed-off-by: Violeta Georgieva <[email protected]>
  • Loading branch information
violetagg committed Feb 11, 2025
1 parent ba86b9e commit 040a078
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
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.14.4"
micrometer = "1.15.0-M2"
micrometerDocsGenerator = "1.0.4"
micrometerTracingTest="1.4.3"
micrometerTracingTest="1.5.0-M2"
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.5-SNAPSHOT')
version('micrometer', '1.15.0-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.5-SNAPSHOT")
version('micrometerTracingTest', "1.4.4-SNAPSHOT")
version('micrometerTracingTest', "1.5.0-SNAPSHOT")
version('contextPropagation', "1.1.3-SNAPSHOT")
}
}
Expand Down

0 comments on commit 040a078

Please sign in to comment.