Skip to content

Commit 2e7e8cf

Browse files
committedJan 4, 2024
Start building against Micrometer 1.13.0 snapshots
See gh-38984
1 parent 92ad4b3 commit 2e7e8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ bom {
995995
]
996996
}
997997
}
998-
library("Micrometer", "1.12.1") {
998+
library("Micrometer", "1.13.0-SNAPSHOT") {
999999
considerSnapshots()
10001000
group("io.micrometer") {
10011001
modules = [

0 commit comments

Comments
 (0)
Please sign in to comment.