From e752302d7288f86d8f31e441d272052c58c71288 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:45:41 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.ext:junit to v1.3.0 --- buildSrc/src/main/kotlin/deps.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/deps.kt b/buildSrc/src/main/kotlin/deps.kt index ee6b385..92eca92 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -113,7 +113,7 @@ object deps { object test { const val junit = "junit:junit:4.13.2" - const val androidxJunit = "androidx.test.ext:junit:1.1.2" + const val androidxJunit = "androidx.test.ext:junit:1.3.0" const val androidXSspresso = "androidx.test.espresso:espresso-core:3.3.0" const val mockk = "io.mockk:mockk:1.12.5"