From 9617158d153e8e5411f5fa4f22bd1d432a590438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:12:49 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-test from 2.3.20 to 2.3.21 Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 2.3.20 to 2.3.21. - [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.20...v2.3.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e77fbf5..8ce6611 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -104,7 +104,7 @@ dependencies { // Testing testImplementation("junit:junit:4.13.2") - testImplementation("org.jetbrains.kotlin:kotlin-test:2.3.20") + testImplementation("org.jetbrains.kotlin:kotlin-test:2.3.21") testImplementation("org.json:json:20251224") androidTestImplementation("androidx.test.ext:junit:1.3.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")