From 8e1699e2281adbf11f70fcd5e059b8b8f5c93117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 06:29:04 +0000 Subject: [PATCH] Bump com.google.truth:truth from 1.4.3 to 1.4.4 (#1367) Co-authored-by: Boni Garcia --- junit5-assertions/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit5-assertions/build.gradle b/junit5-assertions/build.gradle index d93786825..066a13e3b 100644 --- a/junit5-assertions/build.gradle +++ b/junit5-assertions/build.gradle @@ -9,7 +9,7 @@ ext { junitJupiterVersion = '5.10.3' hamcrestVersion = '2.2' assertjVersion = '3.26.3' - truth = '1.4.3' + truth = '1.4.4' } apply plugin: 'java'