Update docs module to Spring Security 6.5.0-SNAPSHOT

Issue gh-1897
This commit is contained in:
Joe Grandja
2025-02-13 16:47:11 -05:00
parent 0286474a72
commit b556d19bcf

View File

@@ -54,7 +54,7 @@ dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) {
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
}
implementation platform("org.springframework.security:spring-security-bom:6.3.7-SNAPSHOT")
implementation platform("org.springframework.security:spring-security-bom:6.5.0-SNAPSHOT")
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
implementation "org.springframework.boot:spring-boot-starter-security"