fix(deps): update micrometer packages to v1.14.3 (#1643)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-13 09:47:23 -08:00 committed by GitHub
parent a094efc1c6
commit eed18063b4
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.2")
testImplementation("io.micrometer:micrometer-core:1.14.3")
}
testing {
suites {
val integrationTest by registering(JvmTestSuite::class) {
dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:1.14.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.3")
}
}
}