Upgrade Spring Security to 5.6.3

Closes gh-2064
This commit is contained in:
Eleftheria Stein
2022-04-19 12:26:40 +02:00
parent f70f1f20f9
commit 8c99c9f904

View File

@@ -5,8 +5,8 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:5.3.19'
mavenBom 'org.springframework.data:spring-data-bom:2021.1.2'
mavenBom 'org.springframework.security:spring-security-bom:5.6.2'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'
mavenBom 'org.springframework.security:spring-security-bom:5.6.3'
}
dependencies {