diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ea73735..632b7d9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -240,8 +240,8 @@ dependencies { testImplementation("app.cash.turbine:turbine:1.2.0") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") testImplementation("io.mockk:mockk:1.13.13") - testImplementation("com.google.truth:truth:1.4.4") - androidTestImplementation("com.google.truth:truth:1.4.4") + testImplementation("com.google.truth:truth:1.4.5") + androidTestImplementation("com.google.truth:truth:1.4.5") androidTestImplementation(platform(libs.androidx.compose.bom)) androidTestImplementation(libs.androidx.compose.ui.test.junit4) androidTestImplementation(libs.androidx.espresso.core)