Browse Source

Start building against Micrometer 1.9.17 snapshots

See gh-38279
pull/38403/head
Andy Wilkinson 2 years ago
parent
commit
9c72da0724
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1319,7 +1319,7 @@ bom { @@ -1319,7 +1319,7 @@ bom {
]
}
}
library("Micrometer", "1.9.16") {
library("Micrometer", "1.9.17-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save