Bump io.micrometer:micrometer-registry-prometheus from 1.10.3 to 1.10.4 (#744)

This commit is contained in:
dependabot[bot] 2023-02-14 09:48:39 -08:00 committed by GitHub
parent e706d72da6
commit 7e56e56b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ testing {
suites { suites {
val integrationTest by registering(JvmTestSuite::class) { val integrationTest by registering(JvmTestSuite::class) {
dependencies { dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:1.10.3") implementation("io.micrometer:micrometer-registry-prometheus:1.10.4")
} }
} }
} }