Bump androidx.test.ext:junit from 1.1.4 to 1.1.5 (#2135)

This commit is contained in:
dependabot[bot] 2023-03-01 20:58:33 +00:00 committed by GitHub
parent ea26a6c1c9
commit 811f839949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ dependencies {
androidTestImplementation "androidx.test:core:1.5.0"
androidTestImplementation "androidx.test:runner:1.5.1"
androidTestImplementation "androidx.test.ext:junit:1.1.4"
androidTestImplementation "androidx.test.ext:junit:1.1.5"
androidTestImplementation "io.mockk:mockk-android:$mockk"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
}