Upgrade to Mockito 2.23

Includes JSON-P 1.1.3.
This commit is contained in:
Juergen Hoeller 2018-10-10 23:53:33 +02:00
parent c89e3e6e0d
commit e18149878c
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") { testCompile("junit:junit:4.12") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("org.mockito:mockito-core:2.22.0") { testCompile("org.mockito:mockito-core:2.23.0") {
exclude group: "org.hamcrest", module: "hamcrest-core" exclude group: "org.hamcrest", module: "hamcrest-core"
} }
testCompile("com.nhaarman:mockito-kotlin:1.6.0") { testCompile("com.nhaarman:mockito-kotlin:1.6.0") {

View File

@ -81,6 +81,6 @@ dependencies {
testRuntime("com.sun.mail:javax.mail:1.6.2") 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-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl: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("javax.json:javax.json-api:1.1.3")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10") testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
} }