From 487595b30a3ce22be8d93f9639b181d9199363b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:22:29 +0000 Subject: [PATCH] Build(deps): Bump com.google.truth:truth from 1.4.2 to 1.4.4 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.4.2 to 1.4.4. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.4.2...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] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 3a884ecbc..49eab0a80 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -225,7 +225,7 @@ dependencies { // Assertions androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.ext:truth:1.6.0' - androidTestImplementation 'com.google.truth:truth:1.4.2' + androidTestImplementation 'com.google.truth:truth:1.4.4' // Espresso dependencies androidTestImplementation "androidx.test.espresso:espresso-core:$ESPRESSO_VERSION"