From 2f0e19fdd719ca075158620c091919107c642fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:50:13 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.2.0 to 1.3.0 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 825604e6..00656a9f 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ buildscript { junit4Version = '4.13.2' mockkVersion = '1.13.9' robolectricVersion = '4.11' - truthVersion = '1.2.0' + truthVersion = '1.3.0' androidXTestRunner = '1.5.2' androidXTestRules = '1.5.0' androidXTestExt = '1.1.5'