Merge pull request #1760 from nextcloud/dependabot/gradle/org.robolectric-robolectric-4.10

build(deps): Bump org.robolectric:robolectric from 4.9.2 to 4.10
This commit is contained in:
Tobias Kaminsky 2023-04-13 12:26:54 +02:00 committed by GitHub
commit e128d839ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.3.0'
testImplementation 'org.robolectric:robolectric:4.9.2'
testImplementation 'org.robolectric:robolectric:4.10'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}