Upgrade to HtmlUnit 2.33 and Apache Johnzon 1.1.10
This commit is contained in:
parent
75627617c9
commit
80e52de231
|
|
@ -37,7 +37,7 @@ 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.32") {
|
||||
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {
|
||||
|
|
|
|||
|
|
@ -82,5 +82,5 @@ dependencies {
|
|||
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
|
||||
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
|
||||
testRuntime("javax.json:javax.json-api:1.1.2")
|
||||
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.9")
|
||||
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue