Skip to content

Commit

Permalink
Update micrometer packages to v1.11.4 (#1037)
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 Sep 13, 2023
1 parent b05023d commit 424fbdd
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 @@ -19,14 +19,14 @@ dependencies {
annotationProcessor("com.google.auto.value:auto-value")
compileOnly("com.google.auto.value:auto-value-annotations")

testImplementation("io.micrometer:micrometer-core:1.11.3")
testImplementation("io.micrometer:micrometer-core:1.11.4")
}

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

0 comments on commit 424fbdd

Please sign in to comment.