From 10405b26070590be8dc3f92a5cc626a535e42687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 08:50:01 -0400 Subject: [PATCH] Update dependency com.google.truth:truth to v1.4.4 (#5352) 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 4871e6421d9..23546070071 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ android-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.18.0" } junit = { module = "junit:junit", version = "4.13.2" } jgrapht = { module = "org.jgrapht:jgrapht-core", version = "1.5.2" } -truth = { module = "com.google.truth:truth", version = "1.4.3" } +truth = { module = "com.google.truth:truth", version = "1.4.4" } turbine = { module = "app.cash.turbine:turbine", version = "1.1.0" } bugsnag = { module = "com.bugsnag:bugsnag", version = "3.7.1" } picnic = { module = "com.jakewharton.picnic:picnic", version = "0.7.0" }