Browse Source

Start building against Micrometer 1.9.0-RC1 snapshots

See gh-30605
pull/30641/head
Stephane Nicoll 4 years ago
parent
commit
454f409a14
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1279,7 +1279,7 @@ bom { @@ -1279,7 +1279,7 @@ bom {
]
}
}
library("Micrometer", "1.9.0-M4") {
library("Micrometer", "1.9.0-SNAPSHOT") {
prohibit("[2.0.0-M1,)") {
because "we upgrade in Spring Boot 3.x"
}

Loading…
Cancel
Save