Browse Source

Upgrade to Micrometer 1.10.0

Closes gh-32936
pull/33080/head
Andy Wilkinson 3 years ago
parent
commit
6a2f2a0afd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save