Skip to content

Commit e128d83

Browse files
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
2 parents e79d2c9 + 437e63c commit e128d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
testImplementation 'androidx.arch.core:core-testing:2.2.0'
122122
testImplementation 'junit:junit:4.13.2'
123123
testImplementation 'org.mockito:mockito-core:5.3.0'
124-
testImplementation 'org.robolectric:robolectric:4.9.2'
124+
testImplementation 'org.robolectric:robolectric:4.10'
125125

126126
implementation fileTree(dir: 'libs', include: ['*.jar'])
127127
}

0 commit comments

Comments
 (0)