Skip to content

Commit 6040178

Browse files
committed
Upgrade to Tiles 3.0.8 (and Selenium HtmlUnit Driver 2.28.1)
1 parent 0cc644f commit 6040178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ configure(allprojects) { project ->
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.6"
6060
ext.slf4jVersion = "1.7.25"
61-
ext.tiles3Version = "3.0.7"
61+
ext.tiles3Version = "3.0.8"
6262
ext.tomcatVersion = "8.5.23"
6363
ext.undertowVersion = "1.4.21.Final"
6464

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
optional("net.sourceforge.htmlunit:htmlunit:2.28") {
4747
exclude group: "commons-logging", module: "commons-logging"
4848
}
49-
optional("org.seleniumhq.selenium:htmlunit-driver:2.28") {
49+
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.1") {
5050
exclude group: "commons-logging", module: "commons-logging"
5151
}
5252
optional("org.seleniumhq.selenium:selenium-java:3.7.1") {

0 commit comments

Comments
 (0)