Skip to content

Commit be97e0d

Browse files
fix(deps): update dependency io.micrometer:micrometer-core to v1.13.6 (#1496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ed999e commit be97e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micrometer-meter-provider/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
annotationProcessor("com.google.auto.value:auto-value")
2121
compileOnly("com.google.auto.value:auto-value-annotations")
2222

23-
testImplementation("io.micrometer:micrometer-core:1.13.5")
23+
testImplementation("io.micrometer:micrometer-core:1.13.6")
2424
}
2525

2626
testing {

0 commit comments

Comments
 (0)