Skip to content

Commit acca3d8

Browse files
committed
Start building against Micrometer Tracing 1.2.0 snapshots
See gh-38306
1 parent a3458cb commit acca3d8

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
@@ -1001,7 +1001,7 @@ bom {
10011001
]
10021002
}
10031003
}
1004-
library("Micrometer Tracing", "1.2.0-RC1") {
1004+
library("Micrometer Tracing", "1.2.0-SNAPSHOT") {
10051005
considerSnapshots()
10061006
calendarName = "Tracing"
10071007
group("io.micrometer") {

0 commit comments

Comments
 (0)