|
|
|
|
@ -46,13 +46,14 @@ docsZip {
@@ -46,13 +46,14 @@ docsZip {
|
|
|
|
|
repositories { |
|
|
|
|
mavenCentral() |
|
|
|
|
maven { url "https://repo.spring.io/milestone" } |
|
|
|
|
maven { url "https://repo.spring.io/snapshot" } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
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.0-M3") |
|
|
|
|
implementation platform("org.springframework.security:spring-security-bom:6.3.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" |
|
|
|
|
|