Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 77e0259

Browse files
fix(deps): update dependency com.google.truth:truth to v1.4.2
1 parent 36bfd62 commit 77e0259

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
@@ -24,7 +24,7 @@ incap-processor = { module = "net.ltgt.gradle.incap:incap-processor", version.re
2424
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
2525

2626
tests-junit = { module = "junit:junit", version = "4.13.2" }
27-
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.0" }
27+
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.2" }
2828
tests-androidx-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
2929
tests-androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
3030
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }

0 commit comments

Comments
 (0)