diff --git a/build.gradle.kts b/build.gradle.kts index 5d157f8..64735b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { // ======================= // testImplementation(kotlin("test")) - testImplementation("com.google.truth:truth:1.2.0") + testImplementation("com.google.truth:truth:1.3.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") // MockK - https://mockk.io/ : don't use 1.13.8 due to // https://github.com/mockk/mockk/issues/1168#issuecomment-1823071494