Browse Source

Upgrade to Micrometer 1.12.9

Closes gh-41720
pull/42868/head
Stéphane Nicoll 2 years ago
parent
commit
f7a5c38cb5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save