Browse Source

Start building against Micrometer Tracing 1.0.2 snapshots

See gh-34160
pull/34503/head
Andy Wilkinson 3 years ago
parent
commit
8f68a10da8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save