Browse Source

Start building against Micrometer 1.13.0 snapshots

See gh-38984
pull/39053/head
Andy Wilkinson 2 years ago
parent
commit
2e7e8cf61a
  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") {
library("Micrometer", "1.13.0-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save