Skip to content

Commit

Permalink
Update dependency androidx.test.ext:junit-ktx to v1.1.5
Browse files Browse the repository at this point in the history
| datasource | package                     | from  | to    |
| ---------- | --------------------------- | ----- | ----- |
| maven      | androidx.test.ext:junit-ktx | 1.1.3 | 1.1.5 |
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent 34ca69d commit 6007a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ object deps {

object androidx {
const val core = "androidx.test:core-ktx:1.4.0"
const val junit = "androidx.test.ext:junit-ktx:1.1.3"
const val junit = "androidx.test.ext:junit-ktx:1.1.5"

object espresso {
const val core = "androidx.test.espresso:espresso-core:3.4.0"
Expand Down

0 comments on commit 6007a2b

Please sign in to comment.