Browse Source

Upgrade to Micrometer 1.4.0-M2

Closes gh-41750
pull/41840/head
Stéphane Nicoll 2 years ago
parent
commit
a4326aaff8
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1319,7 +1319,7 @@ bom { @@ -1319,7 +1319,7 @@ bom {
]
}
}
library("Micrometer", "1.14.0-SNAPSHOT") {
library("Micrometer", "1.14.0-M2") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save