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

Commit 6cd66ca

Browse files
fix(deps): update dependency com.google.truth:truth to v1.4.4 (#1749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a82164b commit 6cd66ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ git-jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "6.8.0.2023
142142
tests-junit = { module = "junit:junit", version = "4.13.2" }
143143
tests-junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
144144
tests-junit-platformLauncher = { module = "org.junit.platform:junit-platform-launcher" }
145-
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.1" }
145+
tests-google-truth = { module = "com.google.truth:truth", version = "1.4.4" }
146146
tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
147147
tests-androidx-test-core = { module = "androidx.test:core", version = "1.5.0" }
148148
tests-androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }

0 commit comments

Comments
 (0)