From 34575f09b431f906cd6ad939b2ce64f17e4628b3 Mon Sep 17 00:00:00 2001 From: "appsec-renovate-bot[bot]" <255880998+appsec-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:29:19 +0000 Subject: [PATCH] [Renovate] Update dependency junit:junit to v4.13.1 --- 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' }