Skip to content

Commit

Permalink
Upgrade to junit 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vetler committed Apr 22, 2022
1 parent 53ac933 commit 875a06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Expand Up @@ -25,7 +25,7 @@ dependencies {

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

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'
testCompile 'com.nhaarman:expect.kt:1.0.1'

testCompile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion tests/build.gradle
Expand Up @@ -23,6 +23,6 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.mockito:mockito-core:4.5.1"

testCompile "junit:junit:4.12"
testCompile 'junit:junit:4.13.2'
testCompile "com.nhaarman:expect.kt:1.0.1"
}

0 comments on commit 875a06a

Please sign in to comment.