Browse Source

Start building against Micrometer 1.16.0-M2 snapshots

See gh-46614
pull/46640/head
Phillip Webb 6 months ago
parent
commit
52d4d6e6c4
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -1515,7 +1515,7 @@ bom { @@ -1515,7 +1515,7 @@ bom {
releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}")
}
}
library("Micrometer", "1.16.0-M1") {
library("Micrometer", "1.16.0-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save