|
@@ -15,7 +15,7 @@ repositories {
|
|
|
|
|
|
dependencies {
|
|
|
implementation platform("org.springframework:spring-framework-bom:5.3.13")
|
|
|
- implementation platform("org.springframework.security:spring-security-bom:5.7.0-SNAPSHOT")
|
|
|
+ implementation platform("org.springframework.security:spring-security-bom:5.8.0-SNAPSHOT")
|
|
|
implementation platform("org.junit:junit-bom:5.7.0")
|
|
|
|
|
|
implementation "org.springframework.security:spring-security-config"
|
|
@@ -36,4 +36,4 @@ dependencies {
|
|
|
tasks.withType(Test).configureEach {
|
|
|
useJUnitPlatform()
|
|
|
outputs.upToDateWhen { false }
|
|
|
-}
|
|
|
+}
|