We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4c9c4 commit f09c20fCopy full SHA for f09c20f
platform/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
11
api(platform("com.fasterxml.jackson:jackson-bom:2.15.3"))
12
api(platform("io.projectreactor:reactor-bom:2023.0.3"))
13
- api(platform("io.micrometer:micrometer-bom:1.12.2"))
+ api(platform("io.micrometer:micrometer-bom:1.12.3"))
14
api(platform("io.micrometer:micrometer-tracing-bom:1.2.2"))
15
api(platform("org.springframework.data:spring-data-bom:2023.1.2"))
16
api(platform("org.springframework.security:spring-security-bom:6.2.1"))
0 commit comments