Skip to content

Commit

Permalink
Update mockito to 5.12 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsSven committed Jul 2, 2024
1 parent 7e57608 commit 6124e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockito-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly "org.jetbrains.kotlin:kotlin-stdlib"
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'

api "org.mockito:mockito-core:5.7.0"
api "org.mockito:mockito-core:5.12.0"

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.nhaarman:expect.kt:1.0.1'
Expand Down

0 comments on commit 6124e10

Please sign in to comment.