Skip to content

Commit 9abec35

Browse files
fix(deps): update all patch versions to v1.15.1 (#1952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ef34b8 commit 9abec35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micrometer-meter-provider/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ dependencies {
2020
annotationProcessor("com.google.auto.value:auto-value")
2121
compileOnly("com.google.auto.value:auto-value-annotations")
2222

23-
testImplementation("io.micrometer:micrometer-core:1.15.0")
23+
testImplementation("io.micrometer:micrometer-core:1.15.1")
2424
}
2525

2626
testing {
2727
suites {
2828
val integrationTest by registering(JvmTestSuite::class) {
2929
dependencies {
30-
implementation("io.micrometer:micrometer-registry-prometheus:1.15.0")
30+
implementation("io.micrometer:micrometer-registry-prometheus:1.15.1")
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)