Skip to content

Commit

Permalink
fix(deps): update micrometer packages to v1.14.1 (#1544)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent f711738 commit 5d530d2
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 5d530d2

Please sign in to comment.