Browse Source

Start building against Micrometer 1.17.0-M3 snapshots

See gh-49435
pull/49454/head
Stéphane Nicoll 2 weeks ago
parent
commit
1d1d3efef5
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save