From b26744934c05c2e7a60fcc7c865e2d0a9681b3af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:54:39 +0100 Subject: [PATCH] fix(deps): update truth to v1.4.2 (#723) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 97b39281..21f7f0ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "1.9.23" moshi = "1.15.1" retrofit = "2.9.0" junit = "5.10.2" -truth = "1.4.0" +truth = "1.4.2" maven-publish = "0.27.0" ktlint = "12.1.0"