Browse Source

Start building against Micrometer 1.16.3 snapshots

See gh-49085
pull/49222/head
Andy Wilkinson 1 month ago
parent
commit
301a6baf34
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save