|
@@ -54,7 +54,7 @@ dependencies {
|
|
testImplementation "org.springframework:spring-test"
|
|
testImplementation "org.springframework:spring-test"
|
|
testImplementation "org.springframework.security:spring-security-test"
|
|
testImplementation "org.springframework.security:spring-security-test"
|
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
|
testImplementation("org.junit.jupiter:junit-jupiter-api")
|
|
- testImplementation "org.seleniumhq.selenium:htmlunit-driver:2.44.0"
|
|
|
|
|
|
+ testImplementation "org.seleniumhq.selenium:htmlunit-driver:3.64.0"
|
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
|
testImplementation 'org.hamcrest:hamcrest:2.2'
|
|
testImplementation 'org.awaitility:awaitility:4.2.0'
|
|
testImplementation 'org.awaitility:awaitility:4.2.0'
|
|
|
|
|