Browse Source

Upgrade to Micrometer Tracing 1.1.5

Closes gh-37262
pull/38706/head
Stephane Nicoll 2 years ago
parent
commit
4c415efea3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save