Upgrade to Micrometer 1.8.0-M1

Closes gh-27169
This commit is contained in:
Stephane Nicoll 2021-07-15 09:23:51 +02:00
parent 2d71658ed1
commit f119716cab
1 changed files with 1 additions and 1 deletions

View File

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