Latest applicable dependency updates (Jetty 9.4.11, Netty 4.1.25, Hibernate ORM 5.1.14, HSQLDB 2.4.1, Derby 10.14.2.0, HtmlUnit 2.31, Selenium 3.12)

This commit is contained in:
Juergen Hoeller
2018-06-11 15:02:44 +02:00
parent c04c8a2472
commit 062a15fbd7
3 changed files with 9 additions and 9 deletions

View File

@@ -42,13 +42,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.30") {
optional("net.sourceforge.htmlunit:htmlunit:2.31") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.30.0") {
optional("org.seleniumhq.selenium:htmlunit-driver:2.31.0") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:selenium-java:3.11.0") {
optional("org.seleniumhq.selenium:selenium-java:3.12.0") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "io.netty", module: "netty"
}