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 4bf15cd commit 9062db3Copy full SHA for 9062db3
gradle/dependency-management.gradle
@@ -5,7 +5,7 @@ dependencyManagement {
5
mavenBom 'org.junit:junit-bom:5.8.2'
6
mavenBom 'org.springframework:spring-framework-bom:5.3.20'
7
mavenBom 'org.springframework.data:spring-data-bom:2021.2.0'
8
- mavenBom 'org.springframework.security:spring-security-bom:5.7.0-RC1'
+ mavenBom 'org.springframework.security:spring-security-bom:5.7.0'
9
mavenBom 'org.testcontainers:testcontainers-bom:1.17.1'
10
}
11
0 commit comments