Browse Source

Start building against Micrometer Tracing 1.3.0 snapshots

See gh-38985
pull/39053/head
Andy Wilkinson 2 years ago
parent
commit
f31bbbbeaa
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1008,7 +1008,7 @@ bom { @@ -1008,7 +1008,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.2.1") {
library("Micrometer Tracing", "1.3.0-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save