Skip to content

Commit

Permalink
Bump org.robolectric:robolectric from 4.10.2 to 4.10.3 (#92)
Browse files Browse the repository at this point in the history
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.2 to 4.10.3.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.10.2...robolectric-4.10.3)

---
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>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent c36601f commit 6b10cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tus-android-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version=config.version
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'io.tus.java.client:tus-java-client:0.5.0'
testImplementation 'org.robolectric:robolectric:4.10.2'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit 6b10cdf

Please sign in to comment.