Browse Source

Start building against Micrometer 1.16.0-M3 snapshots

See gh-46996
pull/47012/head
Andy Wilkinson 5 months ago
parent
commit
05ae5837e7
  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-M2") {
library("Micrometer", "1.16.0-SNAPSHOT") {
considerSnapshots()
group("io.micrometer") {
modules = [

Loading…
Cancel
Save