Skip to content

Commit 6007a2b

Browse files
Update dependency androidx.test.ext:junit-ktx to v1.1.5
| datasource | package | from | to | | ---------- | --------------------------- | ----- | ----- | | maven | androidx.test.ext:junit-ktx | 1.1.3 | 1.1.5 |
1 parent 34ca69d commit 6007a2b

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
@@ -149,7 +149,7 @@ object deps {
149149

150150
object androidx {
151151
const val core = "androidx.test:core-ktx:1.4.0"
152-
const val junit = "androidx.test.ext:junit-ktx:1.1.3"
152+
const val junit = "androidx.test.ext:junit-ktx:1.1.5"
153153

154154
object espresso {
155155
const val core = "androidx.test.espresso:espresso-core:3.4.0"

0 commit comments

Comments
 (0)