Skip to content

Commit

Permalink
Bump micrometer-docs-generator to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Jul 8, 2024
1 parent 3715e57 commit a367c57
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.10.13"
micrometerDocsGenerator = "1.0.2"
micrometerDocsGenerator = "1.0.3"
micrometerTracingTest="1.0.12"
contextPropagation="1.0.6"
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 @@ -23,7 +23,7 @@ dependencyResolutionManagement {
libs {
if (System.getProperty("useSnapshotMicrometerVersion")) {
version('micrometer', '1.10.14-SNAPSHOT')
version('micrometerDocsGenerator', "1.0.3-SNAPSHOT")
version('micrometerDocsGenerator', "1.0.4-SNAPSHOT")
version('micrometerTracingTest', "1.0.13-SNAPSHOT")
version('contextPropagation', "1.0.7-SNAPSHOT")
}
Expand Down

0 comments on commit a367c57

Please sign in to comment.