提交 e1814987 编写于 作者: J Juergen Hoeller

Upgrade to Mockito 2.23

Includes JSON-P 1.1.3.
上级 c89e3e6e
......@@ -154,7 +154,7 @@ configure(allprojects) { project ->
testCompile("junit:junit:4.12") {
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"
}
testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
......
......@@ -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.2")
testRuntime("javax.json:javax.json-api:1.1.3")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册