Browse Source

Start building against Micrometer 1.10.11 snapshots

See gh-37255
pull/37462/head
Andy Wilkinson 2 years ago
parent
commit
e7de1752a7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -950,7 +950,7 @@ bom { @@ -950,7 +950,7 @@ bom {
]
}
}
library("Micrometer", "1.10.10") {
library("Micrometer", "1.10.11-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save