diff --git a/build.gradle.kts b/build.gradle.kts index 35c2045..f194baa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -117,7 +117,7 @@ dependencies { implementation("com.google.auto.value:auto-value:1.10.4") implementation("com.google.auto.value:auto-value-annotations:1.10.4") testImplementation("junit:junit:4.13.2") - testImplementation("com.google.truth:truth:1.4.2") + testImplementation("com.google.truth:truth:1.4.3") testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.23") testImplementation("com.google.testing.compile:compile-testing:0.21.0") testImplementation("com.ryanharter.auto.value:auto-value-moshi-extension:1.1.0")