Browse Source

Upgrade to Micrometer 1.5.11

Closes gh-25285
pull/25353/head
Andy Wilkinson 5 years ago
parent
commit
43c923b3d5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1169,7 +1169,7 @@ bom { @@ -1169,7 +1169,7 @@ bom {
]
}
}
library("Micrometer", "1.5.11-SNAPSHOT") {
library("Micrometer", "1.5.11") {
group("io.micrometer") {
modules = [
"micrometer-registry-stackdriver" {

Loading…
Cancel
Save