Skip to content

Commit 993ac9c

Browse files
committed
Start building against Micrometer 1.12.0 snapshots
See gh-37703
1 parent 9893b14 commit 993ac9c

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
@@ -998,7 +998,7 @@ bom {
998998
]
999999
}
10001000
}
1001-
library("Micrometer", "1.12.0-M3") {
1001+
library("Micrometer", "1.12.0-SNAPSHOT") {
10021002
considerSnapshots()
10031003
group("io.micrometer") {
10041004
modules = [

0 commit comments

Comments
 (0)