fix(deps): update micrometer to v1.14.4 (#1727)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-10 14:42:08 -08:00 committed by GitHub
parent 4ed5a1432f
commit be72231f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ dependencies {
annotationProcessor("com.google.auto.value:auto-value")
compileOnly("com.google.auto.value:auto-value-annotations")
testImplementation("io.micrometer:micrometer-core:1.14.3")
testImplementation("io.micrometer:micrometer-core:1.14.4")
}
testing {
suites {
val integrationTest by registering(JvmTestSuite::class) {
dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:1.14.3")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.4")
}
}
}