Skip to content

Commit 28b2ca3

Browse files
fix(deps): update dependency org.robolectric:robolectric to v4.16.1 (#868)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.robolectric:robolectric](https://robolectric.org) ([source](https://redirect.github.com/robolectric/robolectric)) | `4.16` → `4.16.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.robolectric:robolectric/4.16.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.robolectric:robolectric/4.16/4.16.1?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent beb6a9e commit 28b2ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949

5050
testImplementation "junit:junit:$jUnitVersion"
5151
testImplementation 'androidx.test:core:1.7.0'
52-
testImplementation 'org.robolectric:robolectric:4.16'
52+
testImplementation 'org.robolectric:robolectric:4.16.1'
5353
testImplementation "org.mockito:mockito-core:$mockitoVersion"
5454
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
5555
testImplementation "io.mockk:mockk:$mockkVersion"

0 commit comments

Comments
 (0)