Skip to content

Commit 5e34697

Browse files
Merge pull request #1781 from nextcloud/renovate/androidx.test-runner-1.x
fix(deps): update dependency androidx.test:runner to v1.7.0
2 parents fa24061 + 7f919de commit 5e34697

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
3737
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
3838
<trusting group="androidx.databinding"/>
39+
<trusting group="^androidx[.]test($|([.].*))" regex="true"/>
3940
<trusting group="^com[.]android($|([.].*))" regex="true"/>
4041
</trusted-key>
4142
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
androidTestImplementation 'androidx.test:rules:1.6.1'
8989

9090
// Android JUnit Runner
91-
androidTestImplementation 'androidx.test:runner:1.6.2'
91+
androidTestImplementation 'androidx.test:runner:1.7.0'
9292

9393
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
9494
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.6.1'

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
androidTestImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test:monitor:1.7.2'
6262
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
63-
androidTestImplementation 'androidx.test:runner:1.6.2'
63+
androidTestImplementation 'androidx.test:runner:1.7.0'
6464
}

0 commit comments

Comments
 (0)