Sync gradle.properties

This commit is contained in:
Marcus Da Coregio
2023-06-21 13:13:50 -03:00
parent 318d89fc66
commit 3a59370ac9
55 changed files with 260 additions and 75 deletions

View File

@@ -24,7 +24,7 @@ dependencies {
implementation 'org.springframework.security:spring-security-saml2-service-provider'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
testImplementation 'net.sourceforge.htmlunit:htmlunit'
testImplementation 'net.sourceforge.htmlunit:htmlunit:2.70.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
}