Skip to content

Commit cdfd97a

Browse files
fix(deps): update dependency androidx.test.ext:junit-ktx to v1.1.5
1 parent 313a8b3 commit cdfd97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ object deps {
152152

153153
object androidx {
154154
const val core = "androidx.test:core-ktx:1.4.0"
155-
const val junit = "androidx.test.ext:junit-ktx:1.1.3"
155+
const val junit = "androidx.test.ext:junit-ktx:1.1.5"
156156

157157
object espresso {
158158
const val core = "androidx.test.espresso:espresso-core:3.4.0"

0 commit comments

Comments
 (0)