From fd496780d859df881ddadc941d5d0cda6088c4f0 Mon Sep 17 00:00:00 2001 From: "appsec-renovate-bot[bot]" <255880998+appsec-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:42:01 +0000 Subject: [PATCH] Update dependency junit:junit to v4.13.1 [SECURITY] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd56c1a..e27073e 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ repositories { dependencies { implementation "androidx.annotation:annotation:1.1.0" - androidTestImplementation 'junit:junit:4.12' + androidTestImplementation 'junit:junit:4.13.1' androidTestImplementation 'androidx.test:runner:1.1.0' }