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")