From e3c0ebcc22e729bbb53ce6b132ba65d3b2ad8852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:30:42 +0000 Subject: [PATCH] Bump truth from 0.42 to 1.0.1 Bumps [truth](https://github.com/google/truth) from 0.42 to 1.0.1. - [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 e5d7984..a09cd9f 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ dependencies { compile 'io.aeron:aeron-driver:1.30.0' compile 'org.agrona:agrona:1.7.2' - testCompile 'com.google.truth:truth:0.42' + testCompile 'com.google.truth:truth:1.0.1' testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.6.2' }