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