Skip to content

Commit 52d4d6e

Browse files
committed
Start building against Micrometer 1.16.0-M2 snapshots
See gh-46614
1 parent f1cc943 commit 52d4d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ bom {
15151515
releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}")
15161516
}
15171517
}
1518-
library("Micrometer", "1.16.0-M1") {
1518+
library("Micrometer", "1.16.0-SNAPSHOT") {
15191519
considerSnapshots()
15201520
group("io.micrometer") {
15211521
modules = [

0 commit comments

Comments
 (0)