Browse Source

Start building against Micrometer Tracing 1.2.8 snapshots

See gh-41293
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
a1a3cecf52
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1012,7 +1012,7 @@ bom { @@ -1012,7 +1012,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.2.7") {
library("Micrometer Tracing", "1.2.8-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
imports = [

Loading…
Cancel
Save