From 8f6d687681b628add87ab340fcc3cf3b44236484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 20:53:09 +0000 Subject: [PATCH] Bump junit:junit from 4.12 to 4.13.2 in /Android Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Android/NativeShell/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android/NativeShell/build.gradle b/Android/NativeShell/build.gradle index 785db4308..8f3ddda75 100644 --- a/Android/NativeShell/build.gradle +++ b/Android/NativeShell/build.gradle @@ -59,8 +59,8 @@ dependencies { compile 'com.android.support:multidex:1.0.0' // for testing - testCompile 'junit:junit:4.12' - androidTestCompile 'junit:junit:4.12' + testCompile 'junit:junit:4.13.2' + androidTestCompile 'junit:junit:4.13.2' androidTestCompile 'com.android.support.test:runner:0.4' // Set this dependency to use JUnit 4 rules androidTestCompile 'com.android.support.test:rules:0.4'