We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34e6f7 commit 71aee92Copy full SHA for 71aee92
build.gradle
@@ -157,10 +157,10 @@ configure(allprojects) { project ->
157
testCompile("junit:junit:4.12") {
158
exclude group:'org.hamcrest', module:'hamcrest-core'
159
}
160
- testCompile("org.mockito:mockito-core:2.18.0") {
+ testCompile("org.mockito:mockito-core:2.19.0") {
161
162
163
- testCompile("com.nhaarman:mockito-kotlin:1.5.0") {
+ testCompile("com.nhaarman:mockito-kotlin:1.6.0") {
164
exclude module:'kotlin-stdlib'
165
exclude module:'kotlin-reflect'
166
exclude module:'mockito-core'
0 commit comments