Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f8a829d

Browse files
Bump robolectric from 4.8.1 to 4.9
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.1 to 4.9. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.8.1...robolectric-4.9) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ea053d commit f8a829d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owncloudComLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
1717

1818
testImplementation 'junit:junit:4.13.2'
19-
testImplementation 'org.robolectric:robolectric:4.8.1'
19+
testImplementation 'org.robolectric:robolectric:4.9'
2020
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'
2121
}
2222

0 commit comments

Comments
 (0)