Forráskód Böngészése

Update docs to Spring Boot 4.0.0-SNAPSHOT

Closes gh-2089
Joe Grandja 1 hónapja
szülő
commit
3be3683510
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      docs/spring-authorization-server-docs.gradle

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

@@ -51,7 +51,7 @@ repositories {
 }
 
 dependencies {
-	implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) {
+	implementation(platform("org.springframework.boot:spring-boot-dependencies:4.0.0-SNAPSHOT")) {
 		exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
 	}
 	implementation platform("org.springframework.security:spring-security-bom:7.0.0-SNAPSHOT")
@@ -60,6 +60,7 @@ dependencies {
 	implementation "org.springframework.boot:spring-boot-starter-security"
 	implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
 	implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
+	implementation "org.springframework.boot:spring-boot-starter-oauth2-authorization-server"
 	implementation "org.springframework.boot:spring-boot-starter-data-jpa"
 	implementation ("org.springframework.boot:spring-boot-starter-data-redis") {
 		exclude group: "io.lettuce", module: "lettuce-core"