Fix webflux usernamepassword:form tests

This commit is contained in:
Marcus Da Coregio
2023-06-21 16:20:20 -03:00
parent 23d6d5d826
commit d5c3f98bc6
3 changed files with 7 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'