Browse Source

Start building against Micrometer 1.9.15 snapshots

See gh-37245
pull/37394/head
Andy Wilkinson 3 years ago
parent
commit
88db5b050a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save