Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Jan 14, 2024
1 parent afb8302 commit da80a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'org.mockito:mockito-core:5.9.0'
}

test {
Expand Down

0 comments on commit da80a6d

Please sign in to comment.