Browse Source

Start building against Micrometer Tracing 1.1.8 snapshots

See gh-38676
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
7aed70b0bd
  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.7") {
library("Micrometer Tracing", "1.1.8-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save