|
@@ -51,7 +51,7 @@ repositories {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
- implementation(platform("org.springframework.boot:spring-boot-dependencies:4.0.0-SNAPSHOT")) {
|
|
|
+ implementation(platform("org.springframework.boot:spring-boot-dependencies:4.0.0-M2")) {
|
|
|
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
|
|
|
}
|
|
|
implementation platform("org.springframework.security:spring-security-bom:7.0.0-M2")
|