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

Commit 1186462

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

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
@@ -17,7 +17,7 @@ dependencies {
1717
kapt "com.squareup.moshi:moshi-kotlin-codegen:$comSquareupMoshi"
1818

1919
testImplementation 'junit:junit:4.13.2'
20-
testImplementation 'org.robolectric:robolectric:4.9.1'
20+
testImplementation 'org.robolectric:robolectric:4.9.2'
2121
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'
2222
}
2323

0 commit comments

Comments
 (0)