From f4c2ff026a7614a4a35f8b7aee79e5408012e176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 05:13:51 +0000 Subject: [PATCH] Build(deps): Bump com.google.truth:truth from 1.1.5 to 1.2.0 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.1.5...v1.2.0) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor ... 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 f6b9ef0ee..90e3c1bf2 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.1.5' androidTestImplementation 'androidx.test.ext:truth:1.5.0' - androidTestImplementation 'com.google.truth:truth:1.1.5' + androidTestImplementation 'com.google.truth:truth:1.2.0' // Espresso dependencies androidTestImplementation "androidx.test.espresso:espresso-core:$ESPRESSO_VERSION"