From eef349683836cca18618e087630365e642931d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 07:40:15 +0000 Subject: [PATCH] build(deps): bump truth from 1.0.1 to 1.1.3 Bumps [truth](https://github.com/google/truth) from 1.0.1 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-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 8bd39f84..7c90e4d9 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ subprojects { junit: "junit:junit:4.13.2", mockito: 'org.mockito:mockito-core:4.+', slf4j: "org.slf4j:slf4j-api:1.7.32", - truth: 'com.google.truth:truth:1.0.1' + truth: 'com.google.truth:truth:1.1.3' ] }