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

fix(deps): update dependency org.robolectric:robolectric to v4.12.1
This commit is contained in:
Andy Scherzinger 2024-04-03 09:23:20 +02:00 committed by GitHub
commit 9fa1864210
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.11.0'
testImplementation 'org.robolectric:robolectric:4.12'
testImplementation 'org.robolectric:robolectric:4.12.1'
}