Skip to content

Commit bcea0cb

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.3.0 (#724)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.test.ext:junit](https://developer.android.com/testing) | `1.2.1` -> `1.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test.ext:junit/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.test.ext:junit/1.2.1/1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 1ef60f5 commit bcea0cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'androidx.appcompat:appcompat:1.7.1'
4343
implementation 'com.google.android.material:material:1.12.0'
4444
testImplementation 'junit:junit:4.13.2'
45-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
45+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
4747
}
4848

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ dependencies {
5151
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2'
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'
54-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
54+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
5555
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
5656
}

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation 'androidx.core:core-ktx:1.16.0'
5454
implementation 'androidx.appcompat:appcompat:1.7.1'
5555
testImplementation 'junit:junit:4.13.2'
56-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
56+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
5858

5959
implementation project(':core')

0 commit comments

Comments
 (0)