Skip to content

Commit 0b256e1

Browse files
committed
Upgrade Spring Framework and Spring Security to 7.0
Closes gh-1822, gh-1823
1 parent 34035c0 commit 0b256e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
dependencyManagement {
2323
imports {
2424
mavenBom "org.springframework:spring-framework-bom:${springFrameworkVersion}"
25-
mavenBom "org.springframework.security:spring-security-bom:7.0.0-RC2"
25+
mavenBom "org.springframework.security:spring-security-bom:7.0.0"
2626
mavenBom "org.junit:junit-bom:6.0.1"
2727
}
2828
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=4.0.0-SNAPSHOT
22
org.gradle.caching=true
33

4-
springFrameworkVersion=7.0.0-SNAPSHOT
4+
springFrameworkVersion=7.0.0

0 commit comments

Comments
 (0)