Skip to content

Commit ae31aee

Browse files
fix(deps): update micrometer packages to v1.14.1
1 parent 23d2e88 commit ae31aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micrometer-meter-provider/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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.0")
23+
testImplementation("io.micrometer:micrometer-core:1.14.1")
2424
}
2525

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

0 commit comments

Comments
 (0)