Browse Source

Start building against Micrometer 1.8.12 snapshots

See gh-33122
pull/33276/head
Stephane Nicoll 3 years ago
parent
commit
36c5ddbd13
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save