Browse Source

Start building against Micrometer 1.10.13 snapshots

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

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

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

Loading…
Cancel
Save