Upgrade to Mockito 2.23.4, Selenium 3.141.59, JSON-P 1.1.4
This commit is contained in:
@@ -155,7 +155,7 @@ configure(allprojects) { project ->
|
||||
testCompile("junit:junit:4.12") {
|
||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||
}
|
||||
testCompile("org.mockito:mockito-core:2.23.0") {
|
||||
testCompile("org.mockito:mockito-core:2.23.4") {
|
||||
exclude group: "org.hamcrest", module: "hamcrest-core"
|
||||
}
|
||||
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
|
||||
|
||||
@@ -40,10 +40,10 @@ dependencies {
|
||||
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.0") {
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver:2.33.3") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.14.0") {
|
||||
optional("org.seleniumhq.selenium:selenium-java:3.141.59") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
exclude group: "io.netty", module: "netty"
|
||||
}
|
||||
|
||||
@@ -81,6 +81,6 @@ dependencies {
|
||||
testRuntime("com.sun.mail:javax.mail:1.6.2")
|
||||
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.3")
|
||||
testRuntime("javax.json:javax.json-api:1.1.4")
|
||||
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user