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 53ac933 commit 875a06aCopy full SHA for 875a06a
mockito-kotlin/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
26
compile "org.mockito:mockito-core:4.5.1"
27
28
- testCompile 'junit:junit:4.12'
+ testCompile 'junit:junit:4.13.2'
29
testCompile 'com.nhaarman:expect.kt:1.0.1'
30
31
testCompile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
tests/build.gradle
@@ -23,6 +23,6 @@ dependencies {
23
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
24
- testCompile "junit:junit:4.12"
testCompile "com.nhaarman:expect.kt:1.0.1"
}
0 commit comments