Browse Source

Start building against Micrometer Tracing 1.2.0 snapshots

See gh-38306
pull/38322/head
Andy Wilkinson 2 years ago
parent
commit
acca3d8697
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1001,7 +1001,7 @@ bom { @@ -1001,7 +1001,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.2.0-RC1") {
library("Micrometer Tracing", "1.2.0-SNAPSHOT") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save