Skip to content

Commit

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

Build(deps): Bump org.mockito:mockito-core from 5.8.0 to 5.9.0
  • Loading branch information
AndyScherzinger authored Jan 22, 2024
2 parents 9dc6d5e + 53d493a commit 43da484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ dependencies {
implementation 'androidx.core:core-ktx:1.12.0'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.8.0'
androidTestImplementation 'org.mockito:mockito-android:5.8.0'
testImplementation 'org.mockito:mockito-core:5.9.0'
androidTestImplementation 'org.mockito:mockito-android:5.9.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'

androidTestImplementation "androidx.test:core:1.5.0"
Expand Down

0 comments on commit 43da484

Please sign in to comment.