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

Commit ef4a434

Browse files
fix(deps): update dependency com.google.truth:truth to v1.1.5 (#1009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa4800c commit ef4a434

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
@@ -101,7 +101,7 @@ git-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "3.7.1.2015
101101

102102
# Tests
103103
tests-junit = { module = "junit:junit", version = "4.13.2" }
104-
tests-google-truth = { module = "com.google.truth:truth", version = "1.1.3" }
104+
tests-google-truth = { module = "com.google.truth:truth", version = "1.1.5" }
105105
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
106106
tests-androidx-test-core = { module = "androidx.test:core", version = "1.5.0" }
107107
tests-androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }

0 commit comments

Comments
 (0)