Browse Source

Upgrade to Tiles 3.0.8 (and Selenium HtmlUnit Driver 2.28.1)

pull/1598/merge
Juergen Hoeller 8 years ago
parent
commit
604017894e
  1. 2
      build.gradle
  2. 2
      spring-test/spring-test.gradle

2
build.gradle

@ -58,7 +58,7 @@ configure(allprojects) { project -> @@ -58,7 +58,7 @@ configure(allprojects) { project ->
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.6"
ext.slf4jVersion = "1.7.25"
ext.tiles3Version = "3.0.7"
ext.tiles3Version = "3.0.8"
ext.tomcatVersion = "8.5.23"
ext.undertowVersion = "1.4.21.Final"

2
spring-test/spring-test.gradle

@ -46,7 +46,7 @@ dependencies { @@ -46,7 +46,7 @@ dependencies {
optional("net.sourceforge.htmlunit:htmlunit:2.28") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.28") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.1") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {

Loading…
Cancel
Save