Skip to content

Commit 771ce64

Browse files
fix(deps): update dependency androidx.test.ext:junit to v1.2.1
1 parent 547791a commit 771ce64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ object deps {
113113

114114
object test {
115115
const val junit = "junit:junit:4.13.2"
116-
const val androidxJunit = "androidx.test.ext:junit:1.1.2"
116+
const val androidxJunit = "androidx.test.ext:junit:1.2.1"
117117
const val androidXSspresso = "androidx.test.espresso:espresso-core:3.3.0"
118118

119119
const val mockk = "io.mockk:mockk:1.12.5"

0 commit comments

Comments
 (0)