diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cda222d9..98764698 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,6 +50,6 @@ ktfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" } # Test libs junit = { module = "junit:junit", version = "4.13.2" } -truth = { module = "com.google.truth:truth", version = "1.2.0" } +truth = { module = "com.google.truth:truth", version = "1.4.0" } kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" } kotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" }