Browse Source

Start building against Micrometer 1.10.12 snapshots

See gh-37678
pull/38325/head
Andy Wilkinson 2 years ago
parent
commit
ec57eb3879
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save