From a1ac066062b368a379690143f1c046e876ab7b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 23:11:20 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-test from 2.3.0 to 2.4.0 in /android Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index dea21fcc..70c0b50b 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("io.mockk:mockk-android:1.14.9") testImplementation("io.mockk:mockk-agent:1.14.9") - testImplementation("org.jetbrains.kotlin:kotlin-test:2.3.0") + testImplementation("org.jetbrains.kotlin:kotlin-test:2.4.0") testImplementation("org.json:json:20251224") testImplementation("org.robolectric:robolectric:4.16.1") androidTestImplementation("androidx.test.ext:junit:1.3.0")