Browse Source

Start build against Micrometer 1.12.0-M2 snapshots

See gh-36675
pull/36455/head
Stephane Nicoll 3 years ago
parent
commit
7454368e1e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -973,7 +973,7 @@ bom { @@ -973,7 +973,7 @@ bom {
]
}
}
library("Micrometer", "1.12.0-M1") {
library("Micrometer", "1.12.0-SNAPSHOT") {
group("io.micrometer") {
modules = [
"micrometer-registry-stackdriver" {

Loading…
Cancel
Save