Update dependency androidx.test:core to v1.5.0

This commit is contained in:
Renovate Bot 2022-11-08 20:30:47 +00:00
parent a6561266e4
commit 05717f1067
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("androidx.test:core:1.4.0")
testImplementation("androidx.test:core:1.5.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.8.2")