From 252f26c58589a776f5e7676f76790b72cc799d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:10:55 +0000 Subject: [PATCH] Bump truth from 1.0.1 to 1.1.2 Bumps [truth](https://github.com/google/truth) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0ebcb2..3056f5c 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ subprojects { dependencies { checkstyle 'com.puppycrawl.tools:checkstyle:8.36.2' - testCompile 'com.google.truth:truth:1.0.1' + testCompile 'com.google.truth:truth:1.1.2' testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.7.0' }