Browse Source

Upgrade to Micrometer 1.12.1

Closes gh-38693
pull/38776/head
Andy Wilkinson 2 years ago
parent
commit
0dedccc1a1
  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.1-SNAPSHOT") {
library("Micrometer", "1.12.1") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save