Browse Source

Upgrade to HtmlUnit 2.29 and Selenium 3.8.1

pull/1631/merge
Juergen Hoeller 7 years ago
parent
commit
73cad470e5
  1. 6
      spring-test/spring-test.gradle

6
spring-test/spring-test.gradle

@ -43,13 +43,13 @@ dependencies { @@ -43,13 +43,13 @@ dependencies {
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
}
optional("net.sourceforge.htmlunit:htmlunit:2.28") {
optional("net.sourceforge.htmlunit:htmlunit:2.29") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.2") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.29.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {
optional("org.seleniumhq.selenium:selenium-java:3.8.1") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}

Loading…
Cancel
Save