Browse Source

Start building against Micrometer 1.14.0 snapshots

See gh-41304
pull/41323/head
Andy Wilkinson 2 years ago
parent
commit
44ad52e8c7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save