Skip to content

Commit 0b2c482

Browse files
committed
Upgrade to Selenium HtmlUnit Driver 2.33
1 parent dcf2861 commit 0b2c482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
4141
exclude group: "commons-logging", module: "commons-logging"
4242
}
43-
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {
43+
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") {
4444
exclude group: "commons-logging", module: "commons-logging"
4545
}
4646
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {

0 commit comments

Comments
 (0)