Skip to content

Commit

Permalink
Upgrade to Selenium HtmlUnit Driver 2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Oct 12, 2018
1 parent dcf2861 commit 0b2c482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-test/spring-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {
Expand Down

0 comments on commit 0b2c482

Please sign in to comment.