Browse Source

Upgrade to Micrometer 1.11.6

Closes gh-38297
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
25e6c8828f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -975,7 +975,7 @@ bom { @@ -975,7 +975,7 @@ bom {
]
}
}
library("Micrometer", "1.11.6-SNAPSHOT") {
library("Micrometer", "1.11.6") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save