Browse Source

Upgrade to Micrometer 1.6.7

Closes gh-26430
pull/26691/head
Andy Wilkinson 5 years ago
parent
commit
322d6455db
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save