Skip to content

Commit

Permalink
Merge a367c57 into 3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Jul 8, 2024
2 parents db670eb + a367c57 commit f84efd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ baselinePerfExtra = "3.5.1"
asciidoctor = "4.0.2"
#note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
micrometer = "1.12.7"
micrometerDocsGenerator = "1.0.2"
micrometerDocsGenerator = "1.0.3"
micrometerTracingTest="1.2.7"
contextPropagation="1.1.1"
kotlin = "1.8.22"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencyResolutionManagement {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.12.8-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.3-SNAPSHOT")
version('micrometerDocsGenerator', "1.0.4-SNAPSHOT")
version('micrometerTracingTest', "1.2.8-SNAPSHOT")
version('contextPropagation', "1.1.2-SNAPSHOT")
}
Expand Down

0 comments on commit f84efd6

Please sign in to comment.