Browse Source

Start building against Micrometer Tracing 1.1.3 snapshots

See gh-36296
pull/36766/head
Andy Wilkinson 3 years ago
parent
commit
a2bb4e8ab8
  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.1.3-SNAPSHOT") {
group("io.micrometer") {
imports = [
"micrometer-tracing-bom"

Loading…
Cancel
Save