Skip to content

Commit bd73967

Browse files
fix(deps): update micrometer to v1.15.0 (#1883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e8db83 commit bd73967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micrometer-meter-provider/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ 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.14.7")
23+
testImplementation("io.micrometer:micrometer-core:1.15.0")
2424
}
2525

2626
testing {
2727
suites {
2828
val integrationTest by registering(JvmTestSuite::class) {
2929
dependencies {
30-
implementation("io.micrometer:micrometer-registry-prometheus:1.14.7")
30+
implementation("io.micrometer:micrometer-registry-prometheus:1.15.0")
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)