From 5c74b18e6f298776bfdec9d54c170ae39e3dcccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 20:39:45 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.ext:junit to v1.3.0 --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index ba5e9ad8..06e742c0 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.4.0" ksp = "2.3.9" coreKtx = "1.18.0" junit = "4.13.2" -junitVersion = "1.1.5" # This is to match Compose's version +junitVersion = "1.3.0" # This is to match Compose's version espressoCore = "3.7.0" # This is to match Compose's version lifecycleRuntimeKtx = "2.10.0" activityCompose = "1.13.0"