Skip to content

Commit 21b9857

Browse files
Update dependency androidx.test:core to v1.7.0 (#182)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 081319c commit 21b9857

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
@@ -39,7 +39,7 @@ object Versions {
3939
const val jacoco = "0.8.13"
4040

4141
// Testing
42-
const val test_core = "1.6.1"
42+
const val test_core = "1.7.0"
4343
const val runner = "1.6.2"
4444
const val rules = "1.6.1"
4545
const val junit = "1.2.1"

0 commit comments

Comments
 (0)