Browse Source

Start building against Micrometer 1.12.7 snapshots

See gh-41015
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
73315b607f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -995,7 +995,7 @@ bom { @@ -995,7 +995,7 @@ bom {
]
}
}
library("Micrometer", "1.12.6") {
library("Micrometer", "1.12.7-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save