Skip to content

Commit 6ed999e

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

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
@@ -27,7 +27,7 @@ testing {
2727
suites {
2828
val integrationTest by registering(JvmTestSuite::class) {
2929
dependencies {
30-
implementation("io.micrometer:micrometer-registry-prometheus:1.13.5")
30+
implementation("io.micrometer:micrometer-registry-prometheus:1.13.6")
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)