Skip to content

Commit 217f6ef

Browse files
committed
Start building against Micrometer 1.7.0 snapshots
See gh-26379
1 parent 8d2fa26 commit 217f6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ bom {
12001200
]
12011201
}
12021202
}
1203-
library("Micrometer", "1.7.0-RC1") {
1203+
library("Micrometer", "1.7.0-SNAPSHOT") {
12041204
group("io.micrometer") {
12051205
modules = [
12061206
"micrometer-registry-stackdriver" {

0 commit comments

Comments
 (0)