Browse Source

Upgrade to Micrometer Tracing 1.3.0-M1

Closes gh-38985
pull/39585/head
Andy Wilkinson 2 years ago
parent
commit
224254b300
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1009,7 +1009,7 @@ bom { @@ -1009,7 +1009,7 @@ bom {
]
}
}
library("Micrometer Tracing", "1.3.0-SNAPSHOT") {
library("Micrometer Tracing", "1.3.0-M1") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save