Skip to content

Commit

Permalink
Update docs module to Spring Security 6.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Issue gh-1897
  • Loading branch information
jgrandja committed Feb 13, 2025
1 parent 0286474 commit b556d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spring-authorization-server-docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b556d19

Please sign in to comment.