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

Commit 5ce81e3

Browse files
Bump robolectric from 4.5.1 to 4.7.3
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.5.1 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.5.1...robolectric-4.7.3) --- 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 4fa986e commit 5ce81e3

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
@@ -15,7 +15,7 @@ dependencies {
1515
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
1616

1717
testImplementation 'junit:junit:4.13.2'
18-
testImplementation 'org.robolectric:robolectric:4.5.1'
18+
testImplementation 'org.robolectric:robolectric:4.7.3'
1919
}
2020

2121
android {

0 commit comments

Comments
 (0)