Upgrade to Micrometer 1.5.0

Closes gh-20833
This commit is contained in:
Stephane Nicoll 2020-04-29 10:40:24 +02:00
parent 69a25e4d80
commit 0cbc5a78c7
1 changed files with 1 additions and 1 deletions

View File

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