Merge pull request #2191 from nextcloud/renovate/org.robolectric-robolectric-4.x

fix(deps): update dependency org.robolectric:robolectric to v4.12.2
This commit is contained in:
Andy Scherzinger 2024-05-20 16:46:20 +02:00 committed by GitHub
commit 04af13b642
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,5 +137,5 @@ dependencies {
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.robolectric:robolectric:4.12.1'
testImplementation 'org.robolectric:robolectric:4.12.2'
}