Browse Source

Start building against Micrometer Tracing 1.1.9 snapshots

See gh-38975
pull/39072/head
Andy Wilkinson 2 years ago
parent
commit
694b418f59
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -988,7 +988,7 @@ bom { @@ -988,7 +988,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.1.8") {
library("Micrometer Tracing", "1.1.9-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save