Skip to content

Commit 875a06a

Browse files
committed
Upgrade to junit 4.13.2
1 parent 53ac933 commit 875a06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mockito-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
compile "org.mockito:mockito-core:4.5.1"
2727

28-
testCompile 'junit:junit:4.12'
28+
testCompile 'junit:junit:4.13.2'
2929
testCompile 'com.nhaarman:expect.kt:1.0.1'
3030

3131
testCompile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies {
2323
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2424
compile "org.mockito:mockito-core:4.5.1"
2525

26-
testCompile "junit:junit:4.12"
26+
testCompile 'junit:junit:4.13.2'
2727
testCompile "com.nhaarman:expect.kt:1.0.1"
2828
}

0 commit comments

Comments
 (0)