Skip to content

Commit 7832942

Browse files
committed
Upgrade Spring Security to 5.6.0
Closes gh-1964
1 parent 722069a commit 7832942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencyManagement {
33
mavenBom 'com.fasterxml.jackson:jackson-bom:2.11.2'
44
mavenBom 'io.projectreactor:reactor-bom:2020.0.13'
55
mavenBom 'org.junit:junit-bom:5.8.1'
6-
mavenBom 'org.springframework.security:spring-security-bom:5.6.0-RC1'
76
mavenBom 'org.testcontainers:testcontainers-bom:1.16.0'
87
mavenBom 'org.springframework:spring-framework-bom:5.3.13'
98
mavenBom 'org.springframework.data:spring-data-bom:2021.1.0'
9+
mavenBom 'org.springframework.security:spring-security-bom:5.6.0'
1010
}
1111

1212
dependencies {

0 commit comments

Comments
 (0)