Browse Source

Start building against Micrometer Tracing 1.2.0 snapshots

See gh-36199
pull/36213/head
Andy Wilkinson 3 years ago
parent
commit
1fa079d9b5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -984,7 +984,7 @@ bom { @@ -984,7 +984,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.1.2") {
library("Micrometer Tracing", "1.2.0-SNAPSHOT") {
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"

Loading…
Cancel
Save