Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a89a88d

Browse files
committedMay 13, 2024·
Upgrade to Micrometer 1.12.6
Closes gh-32810
1 parent c6b6ccd commit a89a88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
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.15.4"))
11-
api(platform("io.micrometer:micrometer-bom:1.12.5"))
11+
api(platform("io.micrometer:micrometer-bom:1.12.6"))
1212
api(platform("io.netty:netty-bom:4.1.109.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
1414
api(platform("io.projectreactor:reactor-bom:2023.0.5"))

0 commit comments

Comments
 (0)
Please sign in to comment.