From 73172e302988f640fb10a6edf85f7c34c806d0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:47:18 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.4.3 to 1.4.4 in /app Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c2c3ab3..443232f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ dependencies { runtimeOnly 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' testImplementation 'junit:junit:4.13.2' - testImplementation 'com.google.truth:truth:1.4.3' + testImplementation 'com.google.truth:truth:1.4.4' testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation 'com.tngtech.archunit:archunit:1.3.0'