Upgrade to Tiles 3.0.8 (and Selenium HtmlUnit Driver 2.28.1)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user