Browse Source

Start building against Micrometer Tracing 1.0.12 snapshots

See gh-38291
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
66502b48a7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -962,7 +962,7 @@ bom { @@ -962,7 +962,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.0.11") {
library("Micrometer Tracing", "1.0.12-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save