Upgrade to HSQLDB 2.4.1, Derby 10.14.2.0, HtmlUnit 2.31, Selenium 3.12
This commit is contained in:
parent
72b1d4c648
commit
0941081b0a
|
@ -36,7 +36,7 @@ configure(allprojects) { project ->
|
|||
ext.aspectjVersion = "1.9.1"
|
||||
ext.freemarkerVersion = "2.3.28"
|
||||
ext.groovyVersion = "2.5.0"
|
||||
ext.hsqldbVersion = "2.4.0"
|
||||
ext.hsqldbVersion = "2.4.1"
|
||||
ext.jackson2Version = "2.9.5"
|
||||
ext.jettyVersion = "9.4.10.v20180503"
|
||||
ext.junitPlatformVersion = "1.2.0"
|
||||
|
|
|
@ -8,8 +8,8 @@ dependencies {
|
|||
optional("javax.transaction:javax.transaction-api:1.3")
|
||||
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
|
||||
optional("com.h2database:h2:1.4.197")
|
||||
optional("org.apache.derby:derby:10.14.1.0")
|
||||
optional("org.apache.derby:derbyclient:10.14.1.0")
|
||||
optional("org.apache.derby:derby:10.14.2.0")
|
||||
optional("org.apache.derby:derbyclient:10.14.2.0")
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue