Browse Source

Upgrade to Micrometer Tracing 1.2.0

Closes gh-38306
pull/38350/head
Andy Wilkinson 2 years ago
parent
commit
da67ce4a76
  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-SNAPSHOT") {
library("Micrometer Tracing", "1.2.0") {
considerSnapshots()
calendarName = "Tracing"
group("io.micrometer") {

Loading…
Cancel
Save