Update htmlunit-driver version

This commit is contained in:
Marcus Da Coregio
2022-09-06 15:39:04 -03:00
parent d3ed41d5ee
commit 2df5617803
20 changed files with 20 additions and 20 deletions

View File

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