Skip to content

Commit 4231954

Browse files
authored
Merge pull request #910 from ZeusWPI/dependabot/gradle/org.robolectric-robolectric-4.12
Bump org.robolectric:robolectric from 4.11.1 to 4.12
2 parents e8e6c40 + a9a7d87 commit 4231954

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
@@ -220,7 +220,7 @@ dependencies {
220220
testImplementation 'junit:junit:4.13.2'
221221
// Once final classes can be mocked, go back to mockito-core.
222222
testImplementation 'org.mockito:mockito-inline:5.2.0'
223-
testImplementation 'org.robolectric:robolectric:4.11.1'
223+
testImplementation 'org.robolectric:robolectric:4.12'
224224
testImplementation 'androidx.test:core:1.5.0'
225225
testImplementation 'androidx.test.ext:junit:1.1.5'
226226
testImplementation 'androidx.test:rules:1.5.0'

0 commit comments

Comments
 (0)