diff --git a/vector-app/build.gradle b/vector-app/build.gradle index fc62bb8bf5..042dd471c7 100644 --- a/vector-app/build.gradle +++ b/vector-app/build.gradle @@ -450,7 +450,7 @@ dependencies { androidTestImplementation libs.mockk.mockkAndroid androidTestUtil libs.androidx.orchestrator androidTestImplementation libs.androidx.fragmentTesting - androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10" + androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.21" debugImplementation libs.androidx.fragmentTestingManifest debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' } diff --git a/vector/build.gradle b/vector/build.gradle index d98a7dca58..05a23bf0df 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -334,5 +334,5 @@ dependencies { androidTestUtil libs.androidx.orchestrator debugImplementation libs.androidx.fragmentTestingManifest androidTestImplementation libs.androidx.fragmentTesting - androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10" + androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.21" }