From 627acda65103fef7cf11d33a58f15a93c9c66670 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 14:41:39 +0900 Subject: [PATCH] fix(deps): update dependency com.google.truth:truth to v1.4.4 (#159) 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 90c38cf..bb95af1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ jvmTarget = "1.8" [libraries] kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" } junit = { module = "junit:junit", version = "4.13.2" } -truth = { module = "com.google.truth:truth", version = "1.4.3" } +truth = { module = "com.google.truth:truth", version = "1.4.4" } kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } android-plugin = { module = "com.android.tools.build:gradle", version.ref = "android" }