Skip to content

Commit

Permalink
Upgrading junit to 4.13.2 and mockito-core to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vetler committed Apr 20, 2022
1 parent 3b62aa4 commit 2958c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mockito-kotlin/build.gradle
Expand Up @@ -23,9 +23,9 @@ dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'

compile "org.mockito:mockito-core:4.0.0"
compile 'org.mockito:mockito-core:4.4.0'

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

0 comments on commit 2958c03

Please sign in to comment.