Skip to content

Commit a0898f1

Browse files
Update dependency com.google.truth:truth to v1.4.4
1 parent 7e72ea5 commit a0898f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ksp-gradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-
3030
moshi-core = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
3131
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
3232
moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
33-
truth = { module = "com.google.truth:truth", version = "1.1.2" }
33+
truth = { module = "com.google.truth:truth", version = "1.4.4" }
3434

3535
# Used by the sample app
3636
compose-activity = { module = "androidx.activity:activity-compose", version = "1.7.1" }

0 commit comments

Comments
 (0)