Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent deb529b commit 725731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ dependencies {
testImplementation 'androidx.test:core:1.6.1'
testImplementation 'org.robolectric:robolectric:4.13'
// Optional -- Mockito framework
testImplementation "org.mockito:mockito-core:5.13.0"
testImplementation "org.mockito:mockito-core:5.14.1"
testImplementation "org.mockito:mockito-inline:5.2.0"
// Required -- JSON framework
testImplementation 'org.json:json:20240303'
Expand Down

0 comments on commit 725731d

Please sign in to comment.