Browse Source

Upgrade to Micrometer 1.12.5

Closes gh-40207
pull/40554/head
Andy Wilkinson 2 years ago
parent
commit
03ba263ce3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save