We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f665f commit a695b16Copy full SHA for a695b16
platform/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
api(platform("io.micrometer:micrometer-bom:1.16.0-M3"))
15
api(platform("io.micrometer:micrometer-tracing-bom:1.6.0-M3"))
16
api(platform("org.springframework.data:spring-data-bom:2025.1.0-M6"))
17
- api(platform("org.springframework.security:spring-security-bom:7.0.0-M2"))
+ api(platform("org.springframework.security:spring-security-bom:7.0.0-M3"))
18
api(platform("com.querydsl:querydsl-bom:5.1.0"))
19
api(platform("io.rsocket:rsocket-bom:1.1.5"))
20
api(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"))
0 commit comments