From b92d0b4cfc40b075e2e19e42df421445ea1d4bd4 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Sun, 20 Oct 2024 14:42:57 +0000 Subject: [PATCH] Update dependency junit:junit to v4.13.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0158a23..ccc3d11 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -18,6 +18,6 @@ dependencies { implementation('com.github.droibit.customtabslauncher:launcher:1.4.0') { exclude module: 'customtabs' } - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' }