We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14304b commit 5466b45Copy full SHA for 5466b45
platform/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
api(platform("io.projectreactor:reactor-bom:2020.0.36"))
12
api(platform("org.springframework:spring-framework-bom:5.3.30"))
13
api(platform("org.springframework.data:spring-data-bom:2021.2.16"))
14
- api(platform("org.springframework.security:spring-security-bom:5.7.7"))
+ api(platform("org.springframework.security:spring-security-bom:5.7.10"))
15
api(platform("com.querydsl:querydsl-bom:5.0.0"))
16
api(platform("io.rsocket:rsocket-bom:1.1.3"))
17
api(platform("org.jetbrains.kotlin:kotlin-bom:1.6.21"))
0 commit comments