Browse Source

Upgrade to Micrometer 1.9.15

Closes gh-37245
pull/37394/head
Stephane Nicoll 2 years ago
parent
commit
181f0b004b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save