Skip to content

Commit 6124e10

Browse files
authored
Update mockito to 5.12 (#521)
1 parent 7e57608 commit 6124e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mockito-kotlin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
compileOnly "org.jetbrains.kotlin:kotlin-stdlib"
1818
compileOnly 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
1919

20-
api "org.mockito:mockito-core:5.7.0"
20+
api "org.mockito:mockito-core:5.12.0"
2121

2222
testImplementation 'junit:junit:4.13.2'
2323
testImplementation 'com.nhaarman:expect.kt:1.0.1'

0 commit comments

Comments
 (0)