浏览代码

Update docs to Spring Security 7.0.0-SNAPSHOT

Closes gh-2088
Joe Grandja 1 月之前
父节点
当前提交
280060808e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/spring-authorization-server-docs.gradle

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

@@ -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.5.0-M2")
+	implementation platform("org.springframework.security:spring-security-bom:7.0.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"