Skip to content

Commit 0982c65

Browse files
committed
Start building against Micrometer Tracing 1.4.0 snapshots
See gh-42138
1 parent 9f79769 commit 0982c65

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
@@ -1321,7 +1321,7 @@ bom {
13211321
releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}")
13221322
}
13231323
}
1324-
library("Micrometer Tracing", "1.4.0-M2") {
1324+
library("Micrometer Tracing", "1.4.0-SNAPSHOT") {
13251325
considerSnapshots()
13261326
group("io.micrometer") {
13271327
imports = [

0 commit comments

Comments
 (0)