From 1aeb78950aab04c69ff236ac0bed251eaab8d104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:11:50 +0000 Subject: [PATCH] Bump truth from 0.42 to 1.1.2 Bumps [truth](https://github.com/google/truth) from 0.42 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 b0b17dc..6eeea02 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ dependencies { compile 'io.aeron:aeron-driver:1.28.2' compile 'io.aeron:aeron-client:1.28.2' compile 'com.google.code.gson:gson:2.8.5' - testCompile group: 'com.google.truth', name: 'truth', version: '0.42' + testCompile group: 'com.google.truth', name: 'truth', version: '1.1.2' testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.6.2' }