Skip to content

Commit

Permalink
fix(deps): update dependency com.google.truth:truth to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 5eb420a commit afccbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ snakeyaml = { module = "org.yaml:snakeyaml", version = "2.2" }
jdt-annotation = { module = "org.eclipse.jdt:org.eclipse.jdt.annotation", version = "2.2.800" }
guava = { module = "com.google.guava:guava", version = "32.1.3-android" }

tests-google-truth = { module = "com.google.truth:truth", version = "1.1.5" }
tests-google-truth = { module = "com.google.truth:truth", version = "1.2.0" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }

[plugins]
Expand Down

0 comments on commit afccbfc

Please sign in to comment.