Browse Source

Start building against Micrometer Tracing 1.2.7 snapshots

See gh-41027
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
1eb1dade94
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1008,9 +1008,8 @@ bom { @@ -1008,9 +1008,8 @@ bom {
]
}
}
library("Micrometer Tracing", "1.2.6") {
library("Micrometer Tracing", "1.2.7-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"

Loading…
Cancel
Save