Browse Source

Start building against Micrometer 1.16.0-RC1 snapshots

See gh-47488
pull/47549/head
Stéphane Nicoll 4 months ago
parent
commit
bb36d9d2ef
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save