Use Spring Security 6 SNAPSHOTs

Closes gh-2106
This commit is contained in:
Marcus Da Coregio
2022-07-08 08:45:28 -03:00
parent dd0edeaef8
commit 13b0e5cc8a

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-M4'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-M5'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'
}