Browse Source

Upgrade to Micrometer 1.12.0-M3

Closes gh-37226
pull/37375/head
Stephane Nicoll 2 years ago
parent
commit
f2bf49ec35
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -995,7 +995,7 @@ bom { @@ -995,7 +995,7 @@ bom {
]
}
}
library("Micrometer", "1.12.0-SNAPSHOT") {
library("Micrometer", "1.12.0-M3") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save