Update to spring-security-bom:6.0.0-M5

Closes gh-2093
This commit is contained in:
Rob Winch
2022-05-18 11:54:28 -05:00
parent e4201aea05
commit 31275574ee

View File

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