Browse Source

Start building against Micrometer 1.7.3 snapshots

See gh-27601
pull/28375/head
Stephane Nicoll 5 years ago
parent
commit
b09aea8ec1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save