Skip to content

Commit

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

Build(deps): Bump org.mockito:mockito-android from 2.24.5 to 5.5.0
  • Loading branch information
AndyScherzinger authored Sep 8, 2023
2 parents 8840f6d + f77d7e5 commit 47958a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ dependencies {

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

androidTestImplementation "androidx.test:core:1.5.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ class UserIdUtilsTest {
Assert.assertEquals("The id is correct user id is not null", expectedId, result)
}
}

0 comments on commit 47958a2

Please sign in to comment.