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

Commit 5943e93

Browse files
fix(deps): update dependency com.google.truth:truth to v1.4.1 (#1729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfe93ed commit 5943e93

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
@@ -119,7 +119,7 @@ git-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.8.0.2023
119119
tests-junit = { module = "junit:junit", version = "4.13.2" }
120120
tests-junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
121121
tests-junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher" }
122-
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.0" }
122+
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.1" }
123123
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
124124
tests-androidx-test-core = { module = "androidx.test:core", version = "1.5.0" }
125125
tests-androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }

0 commit comments

Comments
 (0)