Skip to content

Commit 54569f7

Browse files
Bump org.robolectric:robolectric from 4.14 to 4.14.1 (#124)
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.14 to 4.14.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.14...robolectric-4.14.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2e73f8 commit 54569f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tus-android-client/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ version=config.version
3131
dependencies {
3232
implementation fileTree(dir: 'libs', include: ['*.jar'])
3333
implementation 'io.tus.java.client:tus-java-client:0.5.0'
34-
testImplementation 'org.robolectric:robolectric:4.14'
34+
testImplementation 'org.robolectric:robolectric:4.14.1'
3535
testImplementation 'junit:junit:4.13.2'
3636
}
3737

0 commit comments

Comments
 (0)