Browse Source

Start building against Micrometer 1.12.12 snapshots

See gh-42993
pull/43191/head
Stéphane Nicoll 1 year ago
parent
commit
d75328a65b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1003,7 +1003,7 @@ bom { @@ -1003,7 +1003,7 @@ bom {
]
}
}
library("Micrometer", "1.12.11") {
library("Micrometer", "1.12.12-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save