fix(deps): update all patch versions to v1.15.2 (#2026)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-14 06:42:15 +00:00 committed by GitHub
parent 1773b8f778
commit 5d702ed0d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ dependencies {
annotationProcessor("com.google.auto.value:auto-value") annotationProcessor("com.google.auto.value:auto-value")
compileOnly("com.google.auto.value:auto-value-annotations") compileOnly("com.google.auto.value:auto-value-annotations")
testImplementation("io.micrometer:micrometer-core:1.15.1") testImplementation("io.micrometer:micrometer-core:1.15.2")
} }
testing { testing {
suites { suites {
val integrationTest by registering(JvmTestSuite::class) { val integrationTest by registering(JvmTestSuite::class) {
dependencies { dependencies {
implementation("io.micrometer:micrometer-registry-prometheus:1.15.1") implementation("io.micrometer:micrometer-registry-prometheus:1.15.2")
} }
} }
} }