Skip to content

Commit 26f5a23

Browse files
renovate[bot]AndyScherzinger
authored andcommitted
fix(deps): update dependency org.mockito:mockito-core to v5.12.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69ff6d0 commit 26f5a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.11.0'
81+
testImplementation 'org.mockito:mockito-core:5.12.0'
8282
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
8383

8484
// dependencies for instrumented tests

0 commit comments

Comments
 (0)