|
|
@@ -19,7 +19,8 @@ dependencies {
|
|
|
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
|
|
|
|
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
|
- testImplementation 'org.springframework.security:spring-security-test'
|
|
|
+ testImplementation 'org.springframework.boot:spring-boot-security-test'
|
|
|
+ testImplementation 'org.springframework.security:spring-security-test'
|
|
|
testImplementation "org.testcontainers:testcontainers-junit-jupiter"
|
|
|
testImplementation 'com.microsoft.playwright:playwright:1.42.0'
|
|
|
}
|