We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0286474 commit b556d19Copy full SHA for b556d19
docs/spring-authorization-server-docs.gradle
@@ -54,7 +54,7 @@ dependencies {
54
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) {
55
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
56
}
57
- implementation platform("org.springframework.security:spring-security-bom:6.3.7-SNAPSHOT")
+ implementation platform("org.springframework.security:spring-security-bom:6.5.0-SNAPSHOT")
58
implementation "org.springframework.boot:spring-boot-starter-web"
59
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
60
implementation "org.springframework.boot:spring-boot-starter-security"
0 commit comments