Skip to content

Commit a4169fd

Browse files
Merge pull request #1783 from nextcloud/renovate/androidx.test.espresso-espresso-core-3.x
fix(deps): update dependency androidx.test.espresso:espresso-core to v3.7.0
2 parents 399a632 + ac9fc27 commit a4169fd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
181181
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
182182
<trusting group="androidx.annotation"/>
183+
<trusting group="androidx.concurrent"/>
183184
<trusting group="androidx.databinding"/>
184185
<trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
185186
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
// Android JUnit Runner
9191
androidTestImplementation 'androidx.test:runner:1.7.0'
9292

93-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
93+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
9494
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1'
9595
androidTestImplementation 'commons-io:commons-io:2.20.0'
9696
}

0 commit comments

Comments
 (0)