Browse Source

Upgrade to Micrometer 1.13.0-M1

Closes gh-38984
pull/39585/head
Andy Wilkinson 2 years ago
parent
commit
d13c7e013c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save