Browse Source

Start building against Micrometer 1.11.8 snapshots

See gh-38974
pull/39072/head
Andy Wilkinson 2 years ago
parent
commit
e9f086ff86
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -975,7 +975,7 @@ bom { @@ -975,7 +975,7 @@ bom {
]
}
}
library("Micrometer", "1.11.7") {
library("Micrometer", "1.11.8-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save