Skip to content

Commit 5ded7b1

Browse files
dependabot[bot]zoff99
authored andcommitted
Bump androidx.test:core from 1.5.0 to 1.6.0 in /android-refimpl-app
Bumps androidx.test:core from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10ec00d commit 5ded7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-refimpl-app/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,13 @@ dependencies {
402402
// ---------------------
403403
// ---------------------
404404
// Testing-only dependencies
405-
androidTestImplementation 'androidx.test:core:1.5.0'
405+
androidTestImplementation 'androidx.test:core:1.6.0'
406406
androidTestImplementation 'androidx.test.ext:junit:1.2.0'
407407
androidTestImplementation 'androidx.test:runner:1.5.2'
408408
androidTestImplementation 'androidx.test:rules:1.5.0'
409409
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
410410
// ---------------------
411-
testImplementation 'androidx.test:core:1.5.0'
411+
testImplementation 'androidx.test:core:1.6.0'
412412
testImplementation 'androidx.test.ext:junit:1.2.0'
413413
testImplementation 'junit:junit:4.13.2'
414414
testImplementation 'org.robolectric:robolectric:4.13'

0 commit comments

Comments
 (0)