Skip to content

Commit

Permalink
Merge pull request #2692 from nextcloud/dependabot/gradle/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-5.0.0

Build(deps): Bump mockito-core from 4.11.0 to 5.0.0
  • Loading branch information
AndyScherzinger authored Jan 16, 2023
2 parents ee0dada + 69bf849 commit 2e2e96c
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 @@ -289,7 +289,7 @@ dependencies {
implementation 'androidx.core:core-ktx:1.8.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation 'org.mockito:mockito-core:5.0.0'

androidTestImplementation "androidx.test:core:1.5.0"

Expand Down

0 comments on commit 2e2e96c

Please sign in to comment.