Skip to content

Commit

Permalink
Merge pull request #289 from mathisdt/dependabot/gradle/app/org.mocki…
Browse files Browse the repository at this point in the history
…to-mockito-core-5.12.0

Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 in /app
  • Loading branch information
github-actions[bot] authored May 13, 2024
2 parents 16ee691 + 9d693dc commit 48ad8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.4.2'
testImplementation 'org.mockito:mockito-core:5.11.0'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'com.tngtech.archunit:archunit:1.3.0'

androidTestImplementation 'androidx.test:runner:1.5.2'
Expand Down

0 comments on commit 48ad8fe

Please sign in to comment.