Skip to content

Commit 5707529

Browse files
Merge pull request #2800 from nextcloud/renovate/org.robolectric-robolectric-4.x
fix(deps): update dependency org.robolectric:robolectric to v4.16
2 parents a48c2c5 + 3b56975 commit 5707529

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ dependencies {
166166
testImplementation 'androidx.arch.core:core-testing:2.2.0'
167167
testImplementation 'junit:junit:4.13.2'
168168
testImplementation 'org.mockito:mockito-core:5.18.0'
169-
testImplementation 'org.robolectric:robolectric:4.15.1'
169+
testImplementation 'org.robolectric:robolectric:4.16'
170170
}
171171

172172
// Run the compiler as a separate process

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<trusting group="androidx.savedstate"/>
3434
<trusting group="androidx.sqlite"/>
3535
<trusting group="androidx.test"/>
36+
<trusting group="androidx.test.espresso" name="espresso-idling-resource" version="3.7.0"/>
3637
<trusting group="androidx.work" name="work-runtime" version="2.10.1"/>
3738
<trusting group="androidx.work" name="work-runtime" version="2.10.2"/>
3839
<trusting group="androidx.work" name="work-runtime" version="2.10.3"/>

0 commit comments

Comments
 (0)