Upgrade to Tiles 3.0.8 (and Selenium HtmlUnit Driver 2.28.1)

This commit is contained in:
Juergen Hoeller
2017-11-21 17:56:42 +01:00
parent 0cc644f61f
commit 604017894e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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") {