Browse Source

Update docs module to Spring Security 6.5.0-SNAPSHOT

Issue gh-1897
pull/1901/head
Joe Grandja 10 months ago
parent
commit
b556d19bcf
  1. 2
      docs/spring-authorization-server-docs.gradle

2
docs/spring-authorization-server-docs.gradle

@ -54,7 +54,7 @@ dependencies { @@ -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"

Loading…
Cancel
Save