Skip to content

Commit

Permalink
fix(deps): update micrometer packages to v1.14.0 (#1537)
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 12, 2024
1 parent ca2c144 commit 6ea0fa4
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.13.7")
testImplementation("io.micrometer:micrometer-core:1.14.0")
}

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

0 comments on commit 6ea0fa4

Please sign in to comment.