Update htmlunit to 2.70.0 for SAML samples

Older versions throw error when trying to modify the javascript

Closes gh-111
This commit is contained in:
Marcus Da Coregio
2023-03-09 09:51:00 -03:00
parent 8796e1600e
commit 4aa638808e
6 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ dependencies {
testImplementation "org.springframework:spring-test"
testImplementation "org.springframework.security:spring-security-test"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation 'net.sourceforge.htmlunit:htmlunit:2.64.0'
testImplementation 'net.sourceforge.htmlunit:htmlunit:2.70.0'
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")