diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index fb7a6f9bf1..ad308dc60b 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -405,7 +405,7 @@ dependencies { testImplementation("com.shazam:shazamcrest:0.11") testImplementation("org.robolectric:robolectric:4.14.1") //we need it to test Parcelable implementation - testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0") + testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.6.1") testImplementation("io.github.classgraph:classgraph:4.8.179")