Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 9496cb2 commit 919bfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {

// dependencies for tests
testImplementation "junit:junit:$junit_version"
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.mockito:mockito-core:5.13.0'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'

// dependencies for instrumented tests
Expand Down

0 comments on commit 919bfe5

Please sign in to comment.