From 7f1a657b4ff5c621ec16642c3b30cf1166bae504 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 03:54:34 +0000 Subject: [PATCH] Update dependency androidx.test.ext:junit-ktx to v1.3.0 | datasource | package | from | to | | ---------- | --------------------------- | ----- | ----- | | maven | androidx.test.ext:junit-ktx | 1.1.3 | 1.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 80cc812..7e47a11 100644 --- a/buildSrc/src/main/kotlin/deps.kt +++ b/buildSrc/src/main/kotlin/deps.kt @@ -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.3.0" object espresso { const val core = "androidx.test.espresso:espresso-core:3.4.0"