Skip to content

Commit

Permalink
fix(deps): update dependency com.google.truth:truth to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent 287f4a6 commit 3c94f32
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 @@ -136,7 +136,7 @@ git-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.8.0.2023
tests-junit = { module = "junit:junit", version = "4.13.2" }
tests-junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
tests-junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher" }
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.1" }
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.2" }
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
tests-androidx-test-core = { module = "androidx.test:core", version = "1.5.0" }
tests-androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
Expand Down

0 comments on commit 3c94f32

Please sign in to comment.