From b48d9528be9081508ce332a1d0f24bce8369aba1 Mon Sep 17 00:00:00 2001 From: "ensombl-renovate[bot]" <248340355+ensombl-renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:00:41 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test.ext:junit to v1.3.0 --- .../eid-wallet/src-tauri/gen/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts b/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts index 98c29f36c..3e20a805d 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts +++ b/infrastructure/eid-wallet/src-tauri/gen/android/app/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.google.android.material:material:1.8.0") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.4") + androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") }