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 bcbe53c commit e027d20Copy full SHA for e027d20
gradle/dependency-management.gradle
@@ -6,7 +6,7 @@ dependencyManagement {
6
mavenBom 'org.mockito:mockito-bom:4.8.1'
7
mavenBom 'org.springframework:spring-framework-bom:6.0.0-RC1'
8
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-RC1'
9
- mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
+ mavenBom 'org.springframework.security:spring-security-bom:6.0.0-RC1'
10
mavenBom 'org.testcontainers:testcontainers-bom:1.17.3'
11
}
12
0 commit comments