Skip to content

Commit

Permalink
fix(deps): update micrometer packages to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 0b7233e commit ce3c61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micrometer-meter-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.0")
testImplementation("io.micrometer:micrometer-core:1.14.1")
}

testing {
suites {
val integrationTest by registering(JvmTestSuite::class) {
dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:1.14.0")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.1")
}
}
}
Expand Down

0 comments on commit ce3c61a

Please sign in to comment.