Skip to content

Commit

Permalink
Update micrometer packages to v1.13.4 (open-telemetry#1448)
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 and robsunday committed Sep 17, 2024
1 parent fb25c79 commit d36106e
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.3")
testImplementation("io.micrometer:micrometer-core:1.13.4")
}

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

0 comments on commit d36106e

Please sign in to comment.