Skip to content

Commit

Permalink
fix(deps): update dependency io.micrometer:micrometer-core to v1.13.6 (
Browse files Browse the repository at this point in the history
…#1496)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 6ed999e commit be97e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micrometer-meter-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
annotationProcessor("com.google.auto.value:auto-value")
compileOnly("com.google.auto.value:auto-value-annotations")

testImplementation("io.micrometer:micrometer-core:1.13.5")
testImplementation("io.micrometer:micrometer-core:1.13.6")
}

testing {
Expand Down

0 comments on commit be97e0d

Please sign in to comment.