Browse Source

Start building against Micrometer Tracing 1.1.0 snapshots

See gh-35306
pull/35333/head
Stephane Nicoll 3 years ago
parent
commit
ee2cd5c251
  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.0-RC1") {
library("Micrometer Tracing", "1.1.0-SNAPSHOT") {
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"

Loading…
Cancel
Save