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 34035c0 commit 0b256e1Copy full SHA for 0b256e1
build.gradle
@@ -22,7 +22,7 @@ allprojects {
22
dependencyManagement {
23
imports {
24
mavenBom "org.springframework:spring-framework-bom:${springFrameworkVersion}"
25
- mavenBom "org.springframework.security:spring-security-bom:7.0.0-RC2"
+ mavenBom "org.springframework.security:spring-security-bom:7.0.0"
26
mavenBom "org.junit:junit-bom:6.0.1"
27
}
28
dependencies {
gradle.properties
@@ -1,4 +1,4 @@
1
version=4.0.0-SNAPSHOT
2
org.gradle.caching=true
3
4
-springFrameworkVersion=7.0.0-SNAPSHOT
+springFrameworkVersion=7.0.0
0 commit comments