Update micrometer packages to v1.11.4 (#1037)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-13 12:56:25 -07:00 committed by GitHub
parent b05023dc63
commit 424fbddd1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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