Skip to content

Commit dbcae25

Browse files
Update dependency androidx.test.ext:junit to v1.3.0 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c02b9e commit dbcae25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/dependencies/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Versions {
4242
const val test_core = "1.7.0"
4343
const val runner = "1.7.0"
4444
const val rules = "1.7.0"
45-
const val junit = "1.2.1"
45+
const val junit = "1.3.0"
4646
const val truth_ext = "1.6.0"
4747
const val espresso_core = "3.7.0"
4848
const val mockK = "1.14.5"

0 commit comments

Comments
 (0)