Browse Source

Upgrade to Micrometer 1.11.5

Closes gh-37693
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
e4e59e7ea7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save