From 4a7f7f35b5c0fa2e56871f2ee73f8770a05478a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:21:03 +0000 Subject: [PATCH] [espresso]: Bump com.google.truth:truth Bumps [com.google.truth:truth](https://github.com/google/truth) from 0.42 to 1.1.3. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/espresso/example/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/espresso/example/android/app/build.gradle b/packages/espresso/example/android/app/build.gradle index 21a59edcba40..f53c7d092efe 100644 --- a/packages/espresso/example/android/app/build.gradle +++ b/packages/espresso/example/android/app/build.gradle @@ -56,7 +56,7 @@ flutter { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation "com.google.truth:truth:1.0" + testImplementation "com.google.truth:truth:1.1.3" androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' @@ -70,7 +70,7 @@ dependencies { // Assertions androidTestImplementation 'androidx.test.ext:junit:1.0.0' androidTestImplementation 'androidx.test.ext:truth:1.0.0' - androidTestImplementation 'com.google.truth:truth:0.42' + androidTestImplementation 'com.google.truth:truth:1.1.3' // Espresso dependencies androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'