Skip to content

Commit b317ef7

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.3.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ab5fae commit b317ef7

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
@@ -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
@@ -84,7 +84,7 @@ dependencies {
8484
// dependencies for instrumented tests
8585
// JUnit4 Rules
8686
androidTestImplementation "junit:junit:$junit_version"
87-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
87+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
8888
androidTestImplementation 'androidx.test:rules:1.7.0'
8989

9090
// Android JUnit Runner

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ dependencies {
5959
implementation 'androidx.test:monitor:1.7.2'
6060
androidTestImplementation 'junit:junit:4.13.2'
6161
androidTestImplementation 'androidx.test:monitor:1.7.2'
62-
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
62+
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6363
androidTestImplementation 'androidx.test:runner:1.7.0'
6464
}

0 commit comments

Comments
 (0)