Skip to content

Commit 12891d1

Browse files
committedFeb 11, 2025
Upgrade to Micrometer 1.14.4
Closes gh-34401
1 parent 1ca941b commit 12891d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎framework-platform/framework-platform.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
11-
api(platform("io.micrometer:micrometer-bom:1.14.3"))
11+
api(platform("io.micrometer:micrometer-bom:1.14.4"))
1212
api(platform("io.netty:netty-bom:4.1.117.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2024.0.2"))

0 commit comments

Comments
 (0)
Please sign in to comment.