Update to HtmlUnit 4.3.0

This commit is contained in:
Josh Cummings
2024-08-01 09:59:22 -06:00
parent abfe3f8907
commit cf7019564f
2 changed files with 2 additions and 2 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 'org.htmlunit:htmlunit:4.1.0'
testImplementation 'org.htmlunit:htmlunit:4.3.0'
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")