From 3e3d21fb1fe96bb8590fb2f058fcccbfe464d533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 06:33:12 +0000 Subject: [PATCH] deps: Bump org.jetbrains.kotlin:kotlin-test-junit in /android --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 65b1cb1..aaa4633 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -389,7 +389,7 @@ dependencies { // AmStackParser). Instrumented tests would need Robolectric or // a device; out of scope for the first scaffold. testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.3.21") + testImplementation("org.jetbrains.kotlin:kotlin-test-junit:2.4.20") // Real org.json on the unit-test classpath. android.jar ships only a // STUB org.json; with testOptions.returnDefaultValues=true its methods // return null/0, so any code that parses/builds JSON (PatchRegistry)