Skip to content

Commit 1ef60f5

Browse files
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0 (#723)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [androidx.test.espresso:espresso-core](https://developer.android.com/testing) | `3.6.1` -> `3.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.test.espresso:espresso-core/3.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.test.espresso:espresso-core/3.6.1/3.7.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 644aba9 commit 1ef60f5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'com.google.android.material:material:1.12.0'
4444
testImplementation 'junit:junit:4.13.2'
4545
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
46-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
46+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
4747
}
4848

4949
afterEvaluate {

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<trusting group="androidx.lifecycle"/>
6767
<trusting group="androidx.savedstate"/>
6868
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
69+
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
6970
<trusting group="^com[.]android($|([.].*))" regex="true"/>
7071
</trusted-key>
7172
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
@@ -192,6 +193,7 @@
192193
<trusting group="androidx.annotation"/>
193194
<trusting group="androidx.appcompat"/>
194195
<trusting group="androidx.collection"/>
196+
<trusting group="androidx.concurrent"/>
195197
<trusting group="androidx.constraintlayout"/>
196198
<trusting group="androidx.core"/>
197199
<trusting group="androidx.databinding"/>

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ dependencies {
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'
5454
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
55-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
55+
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
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'androidx.appcompat:appcompat:1.7.1'
5555
testImplementation 'junit:junit:4.13.2'
5656
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
57-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
57+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
5858

5959
implementation project(':core')
6060
api project(':material-color-utilities')

0 commit comments

Comments
 (0)