Skip to content

Commit 9ab84a0

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.17.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e47b76 commit 9ab84a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

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

7979
// dependencies for tests
8080
testImplementation "junit:junit:$junit_version"
81-
testImplementation 'org.mockito:mockito-core:5.15.2'
81+
testImplementation 'org.mockito:mockito-core:5.17.0'
8282
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
8383

8484
// dependencies for instrumented tests

0 commit comments

Comments
 (0)