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 e2e4120 commit 4af66a6Copy full SHA for 4af66a6
platform/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
api(platform("io.micrometer:micrometer-bom:1.16.0-M1"))
15
api(platform("io.micrometer:micrometer-tracing-bom:1.6.0-M1"))
16
api(platform("org.springframework.data:spring-data-bom:2025.1.0-M4"))
17
- api(platform("org.springframework.security:spring-security-bom:7.0.0-SNAPSHOT"))
+ api(platform("org.springframework.security:spring-security-bom:7.0.0-M1"))
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