Browse Source

Upgrade to Micrometer 1.13.0-RC1

Closes gh-40257
pull/40319/head
Andy Wilkinson 2 years ago
parent
commit
c65af7e9f0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save