Browse Source

Upgrade to Micrometer 1.9.17

Closes gh-38279
pull/38403/head
Andy Wilkinson 2 years ago
parent
commit
3460913338
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save