Skip to content

Commit 3d3206e

Browse files
chore(deps): bump com.google.truth:truth from 1.4.4 to 1.4.5 (#31)
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.4.4...v1.4.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 600397a commit 3d3206e

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
@@ -21,7 +21,7 @@ kotlin = "2.2.20"
2121
ksp = "2.2.10-2.0.2"
2222
mockk = "1.14.5" # A recent stable version of MockK
2323
turbine = "1.2.1" # A recent stable version of Turbine
24-
truth = "1.4.4" # A recent stable version of Google's Truth
24+
truth = "1.4.5" # A recent stable version of Google's Truth
2525

2626
[libraries]
2727
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }

0 commit comments

Comments
 (0)